Searched refs:foldSPFofSPF (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1046 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()
|
D | InstCombineInternal.h | 872 Instruction *foldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
|