Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isExact

1259 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1277 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
1281 return ::SimplifyLShrInst(Op0, Op1, isExact, Query (TD, TLI, DT),
1287 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
1309 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
1313 return ::SimplifyAShrInst(Op0, Op1, isExact, Query (TD, TLI, DT),
2144 if (!LBO->isExact() || !RBO->isExact())
2691 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
2693 return SimplifyAShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
2808 cast<BinaryOperator>(I)->isExact(),
2813 cast<BinaryOperator>(I)->isExact(),