Home
last modified time | relevance | path

Searched refs:foldSelectIntoOp (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h871 Instruction *foldSelectIntoOp(SelectInst &SI, Value *, Value *);
DInstCombineSelect.cpp374 Instruction *InstCombiner::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp() function in InstCombiner
1759 if (Instruction *FoldI = foldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()