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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp680 Instruction *InstCombiner::visitShl(BinaryOperator &I) { function in class:InstCombiner
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLint.cpp502 void Lint::visitShl(BinaryOperator &I) { function in class:Lint
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h489 void visitShl (const User &I) { visitShift(I, ISD::SHL); } function in class:llvm::SelectionDAGBuilder

Completed in 66 milliseconds