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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DInstructionSimplify.h118 /// SimplifySelectInst - Given operands for a SelectInst, see if we can fold
120 Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
/external/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,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp654 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, TD))
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3376 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, function
3503 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, function in class:llvm
3508 return ::SimplifySelectInst(Cond, TrueVal, FalseVal,
4186 Result = SimplifySelectInst(I->getOperand(0), I->getOperand(1),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp919 SimplifySelectInst(CondVal, TrueVal, FalseVal, DL, TLI, DT, AC))
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp2208 /// SimplifySelectInst - Given operands for a SelectInst, see if we can fold
2210 Value *llvm::SimplifySelectInst(Value *CondVal, Value *TrueVal, Value *FalseVal, function in class:llvm
2496 Result = SimplifySelectInst(I->getOperand(0), I->getOperand(1),

Completed in 85 milliseconds