Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h83 unsigned getVPValueID() const { return SubclassID; } in getVPValueID() function
135 return V->getVPValueID() >= VPUserSC && in classof()
136 V->getVPValueID() <= VPInstructionSC; in classof()
DVPlan.h626 return V->getVPValueID() == VPValue::VPInstructionSC; in classof()