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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp198 if (Instruction *NV = FoldOpIntoPhi(I))
456 if (Instruction *NV = FoldOpIntoPhi(I))
744 if (Instruction *NV = FoldOpIntoPhi(I))
1213 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombine.h365 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
370 Instruction *FoldOpIntoPhi(Instruction &I);
H A DInstCombineAddSub.cpp1097 if (Instruction *NV = FoldOpIntoPhi(I))
1284 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineShifts.cpp359 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineSelect.cpp1056 if (Instruction *NV = FoldOpIntoPhi(SI))
H A DInstCombineAndOrXor.cpp1224 if (Instruction *NV = FoldOpIntoPhi(I))
1956 if (Instruction *NV = FoldOpIntoPhi(I))
2372 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineCompares.cpp2756 if (Instruction *NV = FoldOpIntoPhi(I))
3581 if (Instruction *NV = FoldOpIntoPhi(I))
H A DInstCombineCasts.cpp320 if (Instruction *NV = FoldOpIntoPhi(CI))
H A DInstructionCombining.cpp720 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
724 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) { function in class:InstCombiner

Completed in 2102 milliseconds