Lines Matching refs:SelectInst
121 Instruction *InstCombiner::FoldSelectOpOp(SelectInst &SI, Instruction *TI, in FoldSelectOpOp()
208 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp()
298 static Value *foldSelectICmpAndOr(const SelectInst &SI, Value *TrueVal, in foldSelectICmpAndOr()
404 Instruction *InstCombiner::visitSelectInstWithICmp(SelectInst &SI, in visitSelectInstWithICmp()
613 const SelectInst &SI) { in CanSelectOperandBeMappingIntoPredBlock()
697 SelectInst *SI = cast<SelectInst>(Inner); in FoldSPFofSPF()
755 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd()
826 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { in visitSelectInst()
937 return SelectInst::Create(NewCond, FalseVal, TrueVal, in visitSelectInst()
980 return SelectInst::Create(NewCond, FalseVal, TrueVal, in visitSelectInst()
1152 if (SelectInst *TrueSI = dyn_cast<SelectInst>(TrueVal)) { in visitSelectInst()
1172 if (SelectInst *FalseSI = dyn_cast<SelectInst>(FalseVal)) { in visitSelectInst()