Searched refs:SimplifySelectInst (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 231 Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 72 static Value *SimplifySelectInst(Value *, Value *, Value *, 3926 SimplifySelectInst(NewOps[0], NewOps[1], NewOps[2], Q, in SimplifyWithOpReplaced() 4141 static Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst() function 4235 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst() function in llvm 4237 return ::SimplifySelectInst(Cond, TrueVal, FalseVal, Q, RecursionLimit); in SimplifySelectInst() 5911 Result = SimplifySelectInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 2648 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, in visitSelectInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 1182 Value *V = SimplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()
|