Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h39 Constant *ConstantFoldSelectInstruction(Constant *Cond,
H A DConstantFolder.h129 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h109 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
H A DTargetFolder.h139 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp335 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, in ConstantFoldSelectInstruction() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2409 if (auto *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) { in visitSelectInst()
H A DConstantFolding.cpp1060 return ConstantFoldSelectInstruction(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4774 if (Constant *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) in simplifySelectInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp778 Constant *ShAmt = ConstantFoldSelectInstruction(Cmp, C, MaxAmt); in visitTrunc()