Home
last modified time | relevance | path

Searched refs:InstInput (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h66 return any_of(InstInputs, [BB](const auto &InstInput) { in needsPHITranslationFromBlock()
67 return InstInput->getParent() == BB; in needsPHITranslationFromBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp835 if (Instruction *InstInput = dyn_cast<Instruction>(V)) { in NegateValue() local
836 auto InsertPtOpt = InstInput->getInsertionPointAfterDef(); in NegateValue()