Searched refs:FoldSelectIntoOp (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 205 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp() function in InstCombiner 835 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()
|
D | InstCombine.h | 173 Instruction *FoldSelectIntoOp(SelectInst &SI, Value*, Value*);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 229 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp() function in InstCombiner 1100 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()
|
D | InstCombineInternal.h | 306 Instruction *FoldSelectIntoOp(SelectInst &SI, Value *, Value *);
|