Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h74 enum { VPValueSC, VPUserSC, VPInstructionSC }; enumerator
76 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument