Searched defs:VPValue (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanAnalysis.h | 17 class VPValue; global() variable |
H A D | VPlanValue.h | 89 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} VPValue() function |
H A D | VPlan.cpp | 83 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) VPValue() function in VPValue |
H A D | VPlan.h | 1657 VPSingleDefRecipe(VPDefID,ArrayRef<VPValue * > (),UnderlyingInstr,DL) VPSingleDefRecipe() argument |