Searched refs:FoldShiftByConstant (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h165 Instruction *FoldShiftByConstant(Value *Op0, ConstantInt *Op1,
H A DInstCombineShifts.cpp37 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I))
312 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, ConstantInt *Op1, function in class:InstCombiner

Completed in 97 milliseconds