Searched defs:IsExact (Results 1 – 10 of 10) sorted by relevance
105 IsExact = 1 << 13, // Instruction supports division is enumerator
988 bool *IsExact) const { in convertToInteger()992 bool *IsExact) const { in convertToInteger()
123 IsExact = (1 << 0) enumerator
1091 bool *IsExact) const { in convertToInteger()
974 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
2190 bool IsExact = Shr->isExact(); in foldICmpShrConstant() local5700 bool IsExact = false; in foldFCmpIntToFPConst() local
567 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); in foldSelectICmpLshrAshr() local
363 bool IsExact; // describes whether parsed value was exact. member1902 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm()
2685 bool IsExact; in SelectCVTFixedPosOperand() local
9641 bool IsExact; in getConstantFPSplatPow2ToLog2Int() local