Home | History | Annotate | Download | only in ARM

Lines Matching refs:CFP

671     } else if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CV)) {
672 if (CFP->getType()->isFloatTy())
673 emitWordLE(CFP->getValueAPF().bitcastToAPInt().getZExtValue());
674 else if (CFP->getType()->isDoubleTy())
675 emitDWordLE(CFP->getValueAPF().bitcastToAPInt().getZExtValue());