Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h870 Instruction *foldSelectOpOp(SelectInst &SI, Instruction *TI, Instruction *FI);
DInstCombineSelect.cpp255 Instruction *InstCombiner::foldSelectOpOp(SelectInst &SI, Instruction *TI, in foldSelectOpOp() function in InstCombiner
1751 if (Instruction *IV = foldSelectOpOp(SI, TI, FI)) in visitSelectInst()