Searched refs:hasVectorValue (Results 1 – 2 of 2) sorted by relevance
137 bool hasVectorValue(Value *Key, unsigned Part) const { in hasVectorValue() function167 assert(hasVectorValue(Key, Part) && "Getting non-existent value."); in getVectorValue()181 assert(!hasVectorValue(Key, Part) && "Vector value already set for part"); in setVectorValue()209 assert(hasVectorValue(Key, Part) && "Vector value not set for part"); in resetVectorValue()
2010 if (VectorLoopValueMap.hasVectorValue(V, Part)) in getOrCreateVectorValue()7486 if (State.ValueMap.hasVectorValue(PredInst, Part)) { in execute()