Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h85 return simplifySelectInst(C, True, False, SQ); in FoldSelect()
H A DInstructionSimplify.h162 Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp75 static Value *simplifySelectInst(Value *, Value *, Value *,
4769 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function
4946 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function in llvm
4948 return ::simplifySelectInst(Cond, TrueVal, FalseVal, Q, RecursionLimit); in simplifySelectInst()
7058 return simplifySelectInst(NewOps[0], NewOps[1], NewOps[2], Q, MaxRecurse); in simplifyInstructionWithOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3369 if (Value *V = simplifySelectInst(CondVal, TrueVal, FalseVal, in visitSelectInst()
3819 if (Value *V = simplifySelectInst(B, TrueVal, FalseVal, in visitSelectInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1184 Value *V = simplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()