Searched defs:SimplifySelectInst (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2715 /// SimplifySelectInst - Given operands for a SelectInst, see if we can fold
2717 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, function
2746 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, function in class:llvm
2750 return ::SimplifySelectInst(Cond, TrueVal, FalseVal, Query (DL, TLI, DT),
3146 Result = SimplifySelectInst(I->getOperand(0), I->getOperand(1),

Completed in 233 milliseconds