Home
last modified time | relevance | path

Searched defs:VPValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h103 : VPValue(VPValueSC, UV, Def) {} in VPValue() function
246 friend class VPValue; variable
DVPlan.cpp60 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue() function in VPValue
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() function