Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyLShrInst

1358 /// SimplifyLShrInst - Given operands for an LShr, see if we can
1360 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1382 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1386 return ::SimplifyLShrInst(Op0, Op1, isExact, Query (TD, TLI, DT),
2881 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
3083 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1),