Home
last modified time | relevance | path

Searched defs:VPDef (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h34 class VPDef; variable
46 friend class VPDef; variable
334 VPDef(const unsigned char SC) : SubclassID(SC) {} in VPDef() function
H A DLoopVectorize.cpp4643 void InnerLoopVectorizer::widenGEP(GetElementPtrInst *GEP, VPValue *VPDef, in widenGEP()
5119 void InnerLoopVectorizer::widenSelectInstruction(SelectInst &I, VPValue *VPDef, in widenSelectInstruction()