HomeSort by relevance Sort by last modified time
    Searched refs:PhiTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 738 Type *PhiTy = Phi->getType();
740 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy())
762 Type *PhiTy = Phi->getType();
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();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 309 Type *PhiTy = PhiVar->getType();
310 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() &&
311 !PhiTy->isPointerTy())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 96 milliseconds