Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h77 enum { VPValueSC, VPUserSC, VPInstructionSC }; enumerator
79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h91 VPValueSC, enumerator
103 : VPValue(VPValueSC, UV, Def) {} in VPValue() argument