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 662 Type *PhiTy = Phi->getType();
664 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy())
686 if (PhiTy->isIntegerTy()) {
691 assert(PhiTy->isPointerTy() && "The PHI must be a pointer");
692 Type *PointerElementType = PhiTy->getPointerElementType();
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 310 Type *PhiTy = PhiVar->getType();
311 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() &&
312 !PhiTy->isPointerTy())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 257 milliseconds