Searched refs:simplifySelectInst (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 85 return simplifySelectInst(C, True, False, SQ); in FoldSelect()
|
| H A D | InstructionSimplify.h | 250 Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 75 static Value *simplifySelectInst(Value *, Value *, Value *, 4250 return PreventSelfSimplify(simplifySelectInst( in simplifyWithOpReplaced() 4548 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function 4716 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function in llvm 4718 return ::simplifySelectInst(Cond, TrueVal, FalseVal, Q, RecursionLimit); in simplifySelectInst() 6656 return simplifySelectInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1187 Value *V = simplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 3086 if (Value *V = simplifySelectInst(CondVal, TrueVal, FalseVal, in visitSelectInst()
|