Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyLShrInst

1292 /// SimplifyLShrInst - Given operands for an LShr, see if we can
1294 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1316 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1320 return ::SimplifyLShrInst(Op0, Op1, isExact, Query (DL, TLI, DT),
2916 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
3119 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1),