Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h149 bool hasScalarValue(Value *Key, const VPIteration &Instance) const { in hasScalarValue() function
171 assert(hasScalarValue(Key, Instance) && "Getting non-existent value."); in getScalarValue()
189 assert(!hasScalarValue(Key, Instance) && "Scalar value already set"); in setScalarValue()
216 assert(hasScalarValue(Key, Instance) && in resetScalarValue()
DLoopVectorize.cpp2174 if (VectorLoopValueMap.hasScalarValue(V, Instance)) in getOrCreateScalarValue()