Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyAShrInst

1324 /// SimplifyAShrInst - Given operands for an AShr, see if we can
1326 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
1352 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
1356 return ::SimplifyAShrInst(Op0, Op1, isExact, Query (DL, TLI, DT),
2918 return SimplifyAShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
3124 Result = SimplifyAShrInst(I->getOperand(0), I->getOperand(1),