Lines Matching refs:getConstantInt32
1200 _sub_sp(Ctx->getConstantInt32(SpillAreaSizeBytes));
1210 Ctx->getConstantInt32(-RequiredStackAlignment));
1355 Ctx->getConstantInt32(Arg->getStackOffset() + StackAdjBytes));
1391 _add_sp(Ctx->getConstantInt32(SpillAreaSizeBytes));
1442 Ctx->getConstantInt32(static_cast<int32_t>(Const->getValue())));
1471 Ctx->getConstantInt32(static_cast<int32_t>(Const->getValue() >> 32)));
1478 Offset = Ctx->getConstantInt32(4);
1480 Offset = Ctx->getConstantInt32(4 + IntOffset->getValue());
1536 _and(esp, Ctx->getConstantInt32(-Alignment));
1547 _sub_sp(Ctx->getConstantInt32(Value));
1568 _add(T, Ctx->getConstantInt32(Alignment - 1));
1569 _and(T, Ctx->getConstantInt32(-Alignment));
1771 Constant *SignExtend = Ctx->getConstantInt32(0x1f);
1775 Constant *ReducedShift = Ctx->getConstantInt32(ShiftAmount - 32);
1895 Constant *BitTest = Ctx->getConstantInt32(0x20);
1953 Constant *SignExtend = Ctx->getConstantInt32(0x1f);
2195 Constant *Mask1030 = Ctx->getConstantInt32(Constant1030);
2211 _shufps(T1, T2, Ctx->getConstantInt32(Mask0202));
2212 _pshufd(T4, T1, Ctx->getConstantInt32(Mask0213));
2722 Constant *Loc = Ctx->getConstantInt32(ParameterAreaSizeBytes);
2925 Constant *Shift = Ctx->getConstantInt32(31);
2951 Constant *ShiftAmount = Ctx->getConstantInt32(DestBits - 1);
3339 Constant *Mask = Ctx->getConstantInt32(Index);
3348 Constant *Mask = Ctx->getConstantInt32(Index);
3789 Constant *SignMask = Ctx->getConstantInt32(0x80000000);
4014 _insertps(T, ElementRM, Ctx->getConstantInt32(Index << 4));
4027 _pinsr(T, ElementRM, Ctx->getConstantInt32(Index));
4078 Constant *Mask1Constant = Ctx->getConstantInt32(Mask1[Index - 1]);
4079 Constant *Mask2Constant = Ctx->getConstantInt32(Mask2[Index - 1]);
4167 Result = Ctx->getConstantInt32(1);
5105 Constant *_31 = Ctx->getConstantInt32(31);
5128 Constant *_63 = Ctx->getConstantInt32(63);
5195 Constant *Offset = OffsetAmt ? Ctx->getConstantInt32(OffsetAmt) : nullptr;
5293 Offset = Ctx->getConstantInt32(OffsetAmt);
5306 Offset = Ctx->getConstantInt32(CountValue - typeWidthInBytes(Ty));
5362 Constant *Offset = OffsetAmt ? Ctx->getConstantInt32(OffsetAmt) : nullptr;
5972 OffsetOp = Ctx->getConstantInt32(NewAddr.Offset);
6042 _cmp(Opnd, Ctx->getConstantInt32(1));
6166 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6186 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6667 Func, ExtElmt, Src1, Ctx->getConstantInt32(Elem - NumElements)));
6671 Ctx->getConstantInt32(I)));
6999 _sub(T, Ctx->getConstantInt32(Min));
7003 _cmp(Comparison, Ctx->getConstantInt32(Max - Min));
7079 Constant *Value = Ctx->getConstantInt32(Case.getLow());
7086 Constant *Value = Ctx->getConstantInt32(Case.getHigh());
7126 Constant *ValueLo = Ctx->getConstantInt32(Instr->getValue(I));
7127 Constant *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32);
7141 Constant *Zero = Ctx->getConstantInt32(0);
7221 Constant *Value = Ctx->getConstantInt32(Pivot.getLow());
7788 Constant *ConstantMask = Ctx->getConstantInt32(HIGH_ORDER_BITS_MASK);
7824 Constant *ConstantOffset = Ctx->getConstantInt32(Offset);