Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h85 return simplifySelectInst(C, True, False, SQ); in FoldSelect()
H A DInstructionSimplify.h164 Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp76 static Value *simplifySelectInst(Value *, Value *, Value *,
4795 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function
4972 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function in llvm
4974 return ::simplifySelectInst(Cond, TrueVal, FalseVal, Q, RecursionLimit); in simplifySelectInst()
7142 return simplifySelectInst(NewOps[0], NewOps[1], NewOps[2], Q, MaxRecurse); in simplifyInstructionWithOperands()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3590 if (Value *V = simplifySelectInst(CondVal, TrueVal, FalseVal, in visitSelectInst()
4042 if (Value *V = simplifySelectInst(B, TrueVal, FalseVal, in visitSelectInst()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1188 Value *V = simplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()