Searched refs:hasVectorValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h136 bool hasVectorValue(Value *Key, unsigned Part) const { function in struct:llvm::VectorizerValueMap
166 assert(hasVectorValue(Key, Part) && "Getting non-existent value.");
180 assert(!hasVectorValue(Key, Part) && "Vector value already set for part");
208 assert(hasVectorValue(Key, Part) && "Vector value not set for part");
H A DLoopVectorize.cpp2034 if (VectorLoopValueMap.hasVectorValue(V, Part))
7589 if (State.ValueMap.hasVectorValue(PredInst, Part)) {

Completed in 48 milliseconds