Searched refs:FoldOpIntoSelect (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp198 if (Instruction *R = FoldOpIntoSelect(I, SI))
421 if (Instruction *R = FoldOpIntoSelect(I, SI))
701 if (Instruction *R = FoldOpIntoSelect(I, SI))
996 if (Instruction *R = FoldOpIntoSelect(I, SI))
1004 if (Instruction *R = FoldOpIntoSelect(I, SI))
1129 if (Instruction *R = FoldOpIntoSelect(I, SI))
H A DInstCombine.h218 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
H A DInstCombineAddSub.cpp1102 if (Instruction *R = FoldOpIntoSelect(I, SI))
1195 if (Instruction *NV = FoldOpIntoSelect(I, SI))
1401 if (Instruction *R = FoldOpIntoSelect(I, SI))
1528 if (Instruction *NV = FoldOpIntoSelect(I, SI))
H A DInstCombineShifts.cpp33 if (Instruction *R = FoldOpIntoSelect(I, SI))
353 if (Instruction *R = FoldOpIntoSelect(I, SI))
H A DInstCombineAndOrXor.cpp1211 if (Instruction *R = FoldOpIntoSelect(I, SI))
1956 if (Instruction *R = FoldOpIntoSelect(I, SI))
2393 if (Instruction *R = FoldOpIntoSelect(I, SI))
H A DInstCombineCasts.cpp307 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
H A DInstructionCombining.cpp581 // FoldOpIntoSelect - Given an instruction with a select as one operand and a
585 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { function in class:InstCombiner

Completed in 119 milliseconds