Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:IntVal

4400     uint64_t IntVal = RealVal.bitcastToAPInt().getZExtValue();
4402 IntVal ^= (uint64_t)isNegative << 31;
4405 MCConstantExpr::Create(IntVal, getContext()),