Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h87 return simplifySelectInst(C, True, False, SQ); in FoldSelect()
H A DInstructionSimplify.h168 LLVM_ABI Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp80 static Value *simplifySelectInst(Value *, Value *, Value *,
4821 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function
4998 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function in llvm
5000 return ::simplifySelectInst(Cond, TrueVal, FalseVal, Q, RecursionLimit); in simplifySelectInst()
7185 return simplifySelectInst(NewOps[0], NewOps[1], NewOps[2], Q, MaxRecurse); in simplifyInstructionWithOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3920 if (Value *V = simplifySelectInst(CondVal, TrueVal, FalseVal, in visitSelectInst()
4408 if (Value *V = simplifySelectInst(B, TrueVal, FalseVal, in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1225 Value *V = simplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()