Lines Matching refs:InstCombinerImpl
57 InstCombinerImpl &IC) { in foldSelectBinOpIdentity()
263 Instruction *InstCombinerImpl::foldSelectOpOp(SelectInst &SI, Instruction *TI, in foldSelectOpOp()
438 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp()
732 static Instruction *foldSelectZeroOrMul(SelectInst &SI, InstCombinerImpl &IC) { in foldSelectZeroOrMul()
1092 InstCombinerImpl &IC) { in canonicalizeSPF()
1158 Instruction *InstCombinerImpl::foldSelectValueEquivalence(SelectInst &Sel, in foldSelectValueEquivalence()
1443 InstCombinerImpl &IC) { in tryToReuseConstantFromSelectInComparison()
1569 Instruction *InstCombinerImpl::foldSelectInstWithICmp(SelectInst &SI, in foldSelectInstWithICmp()
1741 Instruction *InstCombinerImpl::foldSPFofSPF(Instruction *Inner, in foldSPFofSPF()
1952 Instruction *InstCombinerImpl::foldSelectExtConst(SelectInst &Sel) { in foldSelectExtConst()
2055 InstCombinerImpl &IC) { in canonicalizeScalarSelectOfVecs()
2309 Instruction *InstCombinerImpl::foldVectorSelect(SelectInst &Sel) { in foldVectorSelect()
2465 Instruction *InstCombinerImpl::foldAndOrOfSelectUsingImpliedCond(Value *Op, in foldAndOrOfSelectUsingImpliedCond()
2510 InstCombinerImpl &IC) { in foldSelectWithFCmpToFabs()
2638 Instruction *InstCombinerImpl::visitSelectInst(SelectInst &SI) { in visitSelectInst()