Searched refs:SimplifySelectInst (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h221 /// SimplifySelectInst - Given operands for a SelectInst, see if we can fold
223 Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3310 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, function
3437 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, function in class:llvm
3442 return ::SimplifySelectInst(Cond, TrueVal, FalseVal,
4036 Result = SimplifySelectInst(I->getOperand(0), I->getOperand(1),
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp832 SimplifySelectInst(CondVal, TrueVal, FalseVal, DL, TLI, DT, AC))

Completed in 62 milliseconds