Lines Matching refs:isExact
762 if (Div->isExact()) in SimplifyMulInst()
1087 cast<PossiblyExactOperator>(Op0)->isExact()) in SimplifyShlInst()
1099 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() argument
1118 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() argument
1120 return ::SimplifyLShrInst(Op0, Op1, isExact, TD, DT, RecursionLimit); in SimplifyLShrInst()
1125 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() argument
1148 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() argument
1150 return ::SimplifyAShrInst(Op0, Op1, isExact, TD, DT, RecursionLimit); in SimplifyAShrInst()
1884 if (!LBO->isExact() || !RBO->isExact()) in SimplifyICmpInst()
2470 cast<BinaryOperator>(I)->isExact(), in SimplifyInstruction()
2475 cast<BinaryOperator>(I)->isExact(), in SimplifyInstruction()