Searched refs:FoldSPFofSPF (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 554 Instruction *InstCombiner::FoldSPFofSPF(Instruction *Inner, in FoldSPFofSPF() function in InstCombiner 845 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(LHS),SPF2,LHS2,RHS2, in visitSelectInst() 849 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(RHS),SPF2,LHS2,RHS2, in visitSelectInst()
|
D | InstCombine.h | 174 Instruction *FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 651 Instruction *InstCombiner::FoldSPFofSPF(Instruction *Inner, in FoldSPFofSPF() function in InstCombiner 1139 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(LHS),SPF2,LHS2,RHS2, in visitSelectInst() 1143 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(RHS),SPF2,LHS2,RHS2, in visitSelectInst()
|
D | InstCombineInternal.h | 307 Instruction *FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
|