Lines Matching refs:V1
181 bool enumerate(const Value *V1, const Value *V2);
383 bool FunctionComparator::enumerate(const Value *V1, const Value *V2) {
387 if (V1 == F1 && V2 == F2)
389 if (V1 == F2 && V2 == F1)
392 if (const Constant *C1 = dyn_cast<Constant>(V1)) {
393 if (V1 == V2) return true;
406 if (isa<InlineAsm>(V1) || isa<InlineAsm>(V2))
407 return V1 == V2;
409 // Check that V1 maps to V2. If we find a value that V1 maps to then we simply
414 const Value *&map_elem = id_map[V1];