Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h875 Instruction *foldSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI);
DInstCombineSelect.cpp911 Instruction *InstCombiner::foldSelectInstWithICmp(SelectInst &SI, in foldSelectInstWithICmp() function in InstCombiner
1741 if (Instruction *Result = foldSelectInstWithICmp(SI, ICI)) in visitSelectInst()