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.h65 return any_of(InstInputs, [BB](const auto &InstInput) { in needsPHITranslationFromBlock()
66 return InstInput->getParent() == BB; in needsPHITranslationFromBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp844 if (Instruction *InstInput = dyn_cast<Instruction>(V)) { in NegateValue() local
845 auto InsertPtOpt = InstInput->getInsertionPointAfterDef(); in NegateValue()