Home | History | Annotate | Download | only in Scalar

Lines Matching defs:InVal

472       std::pair<Value*, unsigned> InVal =
474 if (InVal.first != nullptr && InVal.second == CurrentGeneration) {
476 << *InVal.first << '\n');
477 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);
499 std::pair<Value*, unsigned> InVal = AvailableCalls->lookup(Inst);
500 if (InVal.first != nullptr && InVal.second == CurrentGeneration) {
502 << *InVal.first << '\n');
503 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);