Searched refs:simplifySelectInst (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 85 return simplifySelectInst(C, True, False, SQ); in FoldSelect()
|
| H A D | InstructionSimplify.h | 164 Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 76 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 D | InstCombineSelect.cpp | 3590 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 D | NewGVN.cpp | 1188 Value *V = simplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()
|