Home
last modified time | relevance | path

Searched refs:BitcastTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp284 Type *BitcastTy = Ptr->getType(); in getGEPInstruction() local
286 if (!isa<PointerType>(BitcastTy) || !isa<PointerType>(GEPTy)) in getGEPInstruction()
288 Type *Pointee1Ty = cast<PointerType>(BitcastTy)->getPointerElementType(); in getGEPInstruction()