Searched refs:simplifySelectInst (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 85 return simplifySelectInst(C, True, False, SQ); in FoldSelect()
|
| H A D | InstructionSimplify.h | 246 Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 74 static Value *simplifySelectInst(Value *, Value *, Value *, 4174 return PreventSelfSimplify(simplifySelectInst( in simplifyWithOpReplaced() 4399 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function 4515 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function in llvm 4517 return ::simplifySelectInst(Cond, TrueVal, FalseVal, Q, RecursionLimit); in simplifySelectInst() 6383 Result = simplifySelectInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 2644 if (Value *V = simplifySelectInst(CondVal, TrueVal, FalseVal, in visitSelectInst()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1190 Value *V = simplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()
|