Searched refs:FoldOpIntoPhi (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h351 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
356 Instruction *FoldOpIntoPhi(Instruction &I);
H A DInstCombineMulDivRem.cpp202 if (Instruction *NV = FoldOpIntoPhi(I))
425 if (Instruction *NV = FoldOpIntoPhi(I))
704 if (Instruction *NV = FoldOpIntoPhi(I))
1132 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineAddSub.cpp987 if (Instruction *NV = FoldOpIntoPhi(I))
1191 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineSelect.cpp955 if (Instruction *NV = FoldOpIntoPhi(SI))
H A DInstCombineShifts.cpp356 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineAndOrXor.cpp1214 if (Instruction *NV = FoldOpIntoPhi(I))
1960 if (Instruction *NV = FoldOpIntoPhi(I))
2396 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineCompares.cpp2503 if (Instruction *NV = FoldOpIntoPhi(I))
3308 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineCasts.cpp317 if (Instruction *NV = FoldOpIntoPhi(CI))
H A DInstructionCombining.cpp618 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
622 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) { function in class:InstCombiner

Completed in 205 milliseconds