Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1075 auto NewFoldedConst = [&](bool IsTrueArm, Value *V) { in foldBinOpOfSelectAndCastOfSelectCondition() local
1096 Value *NewTrueVal = NewFoldedConst(false, TrueVal); in foldBinOpOfSelectAndCastOfSelectCondition()
1098 NewFoldedConst(true, FalseVal)); in foldBinOpOfSelectAndCastOfSelectCondition()
1102 Value *NewTrueVal = NewFoldedConst(true, TrueVal); in foldBinOpOfSelectAndCastOfSelectCondition()
1104 NewFoldedConst(false, FalseVal)); in foldBinOpOfSelectAndCastOfSelectCondition()