Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1046 Instruction *InstCombiner::foldSPFofSPF(Instruction *Inner, in foldSPFofSPF() function in InstCombiner
1822 if (Instruction *R = foldSPFofSPF(cast<Instruction>(LHS),SPF2,LHS2,RHS2, in visitSelectInst()
1826 if (Instruction *R = foldSPFofSPF(cast<Instruction>(RHS),SPF2,LHS2,RHS2, in visitSelectInst()
DInstCombineInternal.h872 Instruction *foldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,