• Home
  • Raw
  • Download

Lines Matching refs:getConstantInt

1527         Func, IceType_void, esp, Ctx->getConstantInt(IceType_i32, OutArgsSize));
1702 _shl(T, Ctx->getConstantInt(Ty, Count2));
2372 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1));
2373 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv));
2375 _sar(T, Ctx->getConstantInt(Ty, LogDiv));
2476 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1));
2477 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv));
2479 _and(T, Ctx->getConstantInt(Ty, -(1 << LogDiv)));
3387 Constant *Default = Ctx->getConstantInt(Dest->getType(), IntDefault);
3395 Constant *NonDefault = Ctx->getConstantInt(Dest->getType(), !IntDefault);
3761 Constant *Zero = Ctx->getConstantInt(Dest->getType(), 0);
3762 Constant *One = Ctx->getConstantInt(Dest->getType(), 1);
3838 _mov(Dest, Ctx->getConstantInt(Dest->getType(), (IcmpResult ? 1 : 0)));
3845 _mov(Dest, Ctx->getConstantInt(Dest->getType(), (IcmpResult ? 1 : 0)));
3846 _cmp(Dest, Ctx->getConstantInt(Dest->getType(), 0));
5027 Constant *_32 = Ctx->getConstantInt(DestTy, 32);
5028 Constant *_63 = Ctx->getConstantInt(DestTy, 63);
5029 Constant *_64 = Ctx->getConstantInt(DestTy, 64);
5037 Constant *_127 = Ctx->getConstantInt(DestTy, 127);
5295 _store(Ctx->getConstantInt(Ty, SpreadValue), Mem);
5347 ValExt = Ctx->getConstantInt(stackSlotType(), ValValue);
8261 _mov(Reg, Ctx->getConstantInt(IceType_i32, Cookie + Value));
8262 Constant *Offset = Ctx->getConstantInt(IceType_i32, 0 - Cookie);
8346 Ctx->getConstantInt(MemOperand->getOffset()->getType(), Cookie + Value);
8348 Ctx->getConstantInt(MemOperand->getOffset()->getType(), 0 - Cookie);