Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFold.h39 Constant *ConstantFoldSelectInstruction(Constant *Cond,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h108 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp521 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, in ConstantFoldSelectInstruction() function in llvm
H A DConstants.cpp2445 if (Constant *SC = ConstantFoldSelectInstruction(C, V1, V2)) in getSelect()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4553 return ConstantFoldSelectInstruction(CondC, TrueC, FalseC); in simplifySelectInst()