Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:hasUnsafeAlgebra

270    if (II->getIntrinsicID() != Intrinsic::log2 || !II->hasUnsafeAlgebra())
281 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
380 bool AllowReassociate = I.hasUnsafeAlgebra();
446 if (I.hasUnsafeAlgebra()) {
850 bool AllowReassociate = I.hasUnsafeAlgebra();