Searched refs:PhiTy (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp738 Type *PhiTy = Phi->getType(); local
740 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy())
762 Type *PhiTy = Phi->getType(); local
764 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy())
787 if (PhiTy->isIntegerTy()) {
792 assert(PhiTy->isPointerTy() && "The PHI must be a pointer");
798 Type *PointerElementType = PhiTy->getPointerElementType();
/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp309 Type *PhiTy = PhiVar->getType(); local
310 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() &&
311 !PhiTy->isPointerTy())
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4539 Type *PhiTy = Phi->getType(); local
4544 WidestIndTy = convertPointerToIntegerType(DL, PhiTy);
4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy);
4559 if (!Induction || PhiTy == WidestIndTy)
4585 Type *PhiTy = Phi->getType(); local
4587 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() &&
4588 !PhiTy->isPointerTy()) {
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1026 Type *PhiTy = SE.getEffectiveSCEVType(Phi->getType()); local
1029 if (RequestedTy->getIntegerBitWidth() > PhiTy->getIntegerBitWidth())

Completed in 159 milliseconds