Home
last modified time | relevance | path

Searched refs:CIndex (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/lib/Analysis/
HDValueTracking.cpp637 Constant *CIndex = cast<Constant>(Index); in ComputeMaskedBits() local
638 if (CIndex->isZeroValue()) in ComputeMaskedBits()
641 if (CIndex->getType()->isVectorTy()) in ComputeMaskedBits()
642 Index = CIndex->getSplatValue(); in ComputeMaskedBits()