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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 285 Type *GEPTy = cast<BitCastInst>(Ptr)->getSrcTy();
286 if (!isa<PointerType>(BitcastTy) || !isa<PointerType>(GEPTy))
289 Type *Pointee2Ty = cast<PointerType>(GEPTy)->getPointerElementType();
    [all...]

Completed in 599 milliseconds