Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyLShrInst

1405 /// SimplifyLShrInst - Given operands for an LShr, see if we can
1407 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1421 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1426 return ::SimplifyLShrInst(Op0, Op1, isExact, Query(DL, TLI, DT, AC, CxtI),
3731 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
4011 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1),