Searched refs:ConstValue (Results 1 – 6 of 6) sorted by relevance
75 CharUnits ConstValue; variable91 : TheKind(CountKind), ConstValue(value), in OSLogBufferItem()106 CharUnits getConstValue() const { return ConstValue; } in getConstValue()
97 Constant *ConstValue) { in setConstantInArgument() argument104 CS.setArgument(ArgNo, ConstValue); in setConstantInArgument()
1093 TEST(ByRefTest, ConstValue) { in TEST() argument
8910 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local8925 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine()8940 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()8948 if (ConstValue.isNonNegative()) { in performMulCombine()8953 APInt CVPlus1 = ConstValue + 1; in performMulCombine()8965 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine()8966 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine()
1474 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local1476 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
19519 APInt ConstValue; in LowerVSETCC() local19521 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC()19522 if (ConstValue.isMinSignedValue()) in LowerVSETCC()19524 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()