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

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 261 Type *GEPTy = cast<BitCastInst>(Ptr)->getSrcTy();
262 if (!isa<PointerType>(BitcastTy) || !isa<PointerType>(GEPTy))
265 Type *Pointee2Ty = cast<PointerType>(GEPTy)->getPointerElementType();
    [all...]

Completed in 180 milliseconds