Searched defs:FoldSPFofSPF (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp681 /// FoldSPFofSPF - We have an SPF (e.g. a min or max) of an SPF of the form:
683 Instruction *InstCombiner::FoldSPFofSPF(Instruction *Inner, function in class:InstCombiner
1038 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(LHS),SPF2,LHS2,RHS2,
1042 if (Instruction *R = FoldSPFofSPF(cast<Instruction>(RHS),SPF2,LHS2,RHS2,

Completed in 138 milliseconds