• Home
  • Raw
  • Download

Lines Matching refs:getConstantInt32

1162     _sub_sp(Ctx->getConstantInt32(SpillAreaSizeBytes));
1170 Ctx->getConstantInt32(-RequiredStackAlignment));
1305 Ctx->getConstantInt32(Arg->getStackOffset() + StackAdjBytes));
1341 _add_sp(Ctx->getConstantInt32(SpillAreaSizeBytes));
1392 Ctx->getConstantInt32(static_cast<int32_t>(Const->getValue())));
1421 Ctx->getConstantInt32(static_cast<int32_t>(Const->getValue() >> 32)));
1428 Offset = Ctx->getConstantInt32(4);
1430 Offset = Ctx->getConstantInt32(4 + IntOffset->getValue());
1486 _and(esp, Ctx->getConstantInt32(-Alignment));
1497 _sub_sp(Ctx->getConstantInt32(Value));
1518 _add(T, Ctx->getConstantInt32(Alignment - 1));
1519 _and(T, Ctx->getConstantInt32(-Alignment));
1718 Constant *SignExtend = Ctx->getConstantInt32(0x1f);
1722 Constant *ReducedShift = Ctx->getConstantInt32(ShiftAmount - 32);
1842 Constant *BitTest = Ctx->getConstantInt32(0x20);
1900 Constant *SignExtend = Ctx->getConstantInt32(0x1f);
2141 Constant *Mask1030 = Ctx->getConstantInt32(Constant1030);
2157 _shufps(T1, T2, Ctx->getConstantInt32(Mask0202));
2158 _pshufd(T4, T1, Ctx->getConstantInt32(Mask0213));
2652 Constant *Loc = Ctx->getConstantInt32(ParameterAreaSizeBytes);
2852 Constant *Shift = Ctx->getConstantInt32(31);
2878 Constant *ShiftAmount = Ctx->getConstantInt32(DestBits - 1);
3263 Constant *Mask = Ctx->getConstantInt32(Index);
3272 Constant *Mask = Ctx->getConstantInt32(Index);
3713 Constant *SignMask = Ctx->getConstantInt32(0x80000000);
3938 _insertps(T, ElementRM, Ctx->getConstantInt32(Index << 4));
3951 _pinsr(T, ElementRM, Ctx->getConstantInt32(Index));
4002 Constant *Mask1Constant = Ctx->getConstantInt32(Mask1[Index - 1]);
4003 Constant *Mask2Constant = Ctx->getConstantInt32(Mask2[Index - 1]);
4092 Result = Ctx->getConstantInt32(1);
5026 Constant *_31 = Ctx->getConstantInt32(31);
5049 Constant *_63 = Ctx->getConstantInt32(63);
5116 Constant *Offset = OffsetAmt ? Ctx->getConstantInt32(OffsetAmt) : nullptr;
5214 Offset = Ctx->getConstantInt32(OffsetAmt);
5227 Offset = Ctx->getConstantInt32(CountValue - typeWidthInBytes(Ty));
5283 Constant *Offset = OffsetAmt ? Ctx->getConstantInt32(OffsetAmt) : nullptr;
5893 OffsetOp = Ctx->getConstantInt32(NewAddr.Offset);
5963 _cmp(Opnd, Ctx->getConstantInt32(1));
6097 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6117 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6614 Func, ExtElmt, Src1, Ctx->getConstantInt32(Elem - NumElements)));
6618 Ctx->getConstantInt32(I)));
6948 _sub(T, Ctx->getConstantInt32(Min));
6952 _cmp(Comparison, Ctx->getConstantInt32(Max - Min));
7028 Constant *Value = Ctx->getConstantInt32(Case.getLow());
7035 Constant *Value = Ctx->getConstantInt32(Case.getHigh());
7075 Constant *ValueLo = Ctx->getConstantInt32(Instr->getValue(I));
7076 Constant *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32);
7090 Constant *Zero = Ctx->getConstantInt32(0);
7170 Constant *Value = Ctx->getConstantInt32(Pivot.getLow());
7732 Constant *ConstantMask = Ctx->getConstantInt32(HIGH_ORDER_BITS_MASK);
7768 Constant *ConstantOffset = Ctx->getConstantInt32(Offset);