Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h39 Constant *ConstantFoldSelectInstruction(Constant *Cond,
H A DConstantFolder.h126 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h122 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
H A DTargetFolder.h136 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp267 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, in ConstantFoldSelectInstruction() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2417 if (auto *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) { in visitSelectInst()
H A DConstantFolding.cpp1043 return ConstantFoldSelectInstruction(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4800 if (Constant *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) in simplifySelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp799 Constant *ShAmt = ConstantFoldSelectInstruction(Cmp, C, MaxAmt); in visitTrunc()