Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getFPImm

184     return getFPImm() == Other.getFPImm();
223 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getFPImm());
327 if (getFPImm()->getType()->isFloatTy())
328 OS << getFPImm()->getValueAPF().convertToFloat();
330 OS << getFPImm()->getValueAPF().convertToDouble();