Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h223 Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3316 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst() function
3443 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst() function in llvm
3448 return ::SimplifySelectInst(Cond, TrueVal, FalseVal, in SimplifySelectInst()
4043 Result = SimplifySelectInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp832 SimplifySelectInst(CondVal, TrueVal, FalseVal, DL, TLI, DT, AC)) in visitSelectInst()