Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1729 static Value *simplifyInstructionWithPHI(Instruction &I, PHINode *PN, in simplifyInstructionWithPHI() function
1798 if (auto *NewVal = simplifyInstructionWithPHI(I, PN, InVal, InBB, DL, SQ)) { in foldOpIntoPhi()