Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h77 enum { VPValueSC, VPUserSC, VPInstructionSC }; enumerator
79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h90 VPValueSC, /// A generic VPValue, like live-in values or defined by a recipe enumerator
96 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} in VPValue() argument