Searched refs:ConstantFoldSelectInstruction (Results 1 – 5 of 5) sorted by relevance
39 Constant *ConstantFoldSelectInstruction(Constant *Cond,
108 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
521 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, in ConstantFoldSelectInstruction() function in llvm
2445 if (Constant *SC = ConstantFoldSelectInstruction(C, V1, V2)) in getSelect()
4553 return ConstantFoldSelectInstruction(CondC, TrueC, FalseC); in simplifySelectInst()