Home
last modified time | relevance | path

Searched refs:FoldSelectIntoOp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp205 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp() function in InstCombiner
835 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()
DInstCombine.h173 Instruction *FoldSelectIntoOp(SelectInst &SI, Value*, Value*);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp229 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp() function in InstCombiner
1100 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()
DInstCombineInternal.h306 Instruction *FoldSelectIntoOp(SelectInst &SI, Value *, Value *);