Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h40 LLVM_ABI Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
H A DConstantFolder.h127 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h125 LLVM_ABI Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
H A DTargetFolder.h137 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp262 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, in ConstantFoldSelectInstruction() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2614 if (auto *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) { in visitSelectInst()
H A DConstantFolding.cpp1066 return ConstantFoldSelectInstruction(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4826 if (Constant *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) in simplifySelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp872 Constant *ShAmt = ConstantFoldSelectInstruction(Cmp, C, MaxAmt); in visitTrunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20798 …29ConstantFoldSelectInstructionEPNS_8ConstantES1_S1_", "llvm::ConstantFoldSelectInstruction(llvm::…