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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp171 if (Instruction *NV = FoldOpIntoPhi(I))
279 if (Instruction *NV = FoldOpIntoPhi(I))
397 if (Instruction *NV = FoldOpIntoPhi(I))
600 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombine.h337 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
342 Instruction *FoldOpIntoPhi(Instruction &I);
H A DInstCombineAddSub.cpp155 if (Instruction *NV = FoldOpIntoPhi(I))
348 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineAndOrXor.cpp1129 if (Instruction *NV = FoldOpIntoPhi(I))
1761 if (Instruction *NV = FoldOpIntoPhi(I))
2162 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineSelect.cpp873 if (Instruction *NV = FoldOpIntoPhi(SI))
H A DInstCombineShifts.cpp356 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineCasts.cpp308 if (Instruction *NV = FoldOpIntoPhi(CI))
H A DInstructionCombining.cpp593 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
597 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) { function in class:InstCombiner
H A DInstCombineCompares.cpp2217 if (Instruction *NV = FoldOpIntoPhi(I))
2922 if (Instruction *NV = FoldOpIntoPhi(I))

Completed in 129 milliseconds