Lines Matching defs:VH
203 for (auto &VH : AssumeHandles) {
204 if (!VH)
207 assert(&F == cast<Instruction>(VH)->getParent()->getParent() &&
209 assert(match(cast<CallInst>(VH), m_Intrinsic<Intrinsic::assume>()) &&
211 assert(AssumptionSet.insert(VH).second &&
232 for (auto &VH : AC.assumptions())
233 if (VH)
234 OS << " " << *cast<CallInst>(VH)->getArgOperand(0) << "\n";
283 for (auto &VH : I.second->assumptions())
284 if (VH)
285 AssumptionSet.insert(cast<CallInst>(VH));