Searched refs:ConstValue (Results 1 – 7 of 7) sorted by relevance
74 CharUnits ConstValue; variable90 : TheKind(CountKind), ConstValue(value), in OSLogBufferItem()105 CharUnits getConstValue() const { return ConstValue; } in getConstValue()
138 APInt ConstValue = Const->Value.sext(Ty.getSizeInBits()); in matchAArch64MulConstCombine() local152 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in matchAArch64MulConstCombine()171 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine()179 if (ConstValue.isNonNegative()) { in matchAArch64MulConstCombine()184 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine()196 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine()197 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine()
98 Constant *ConstValue) { in setConstantInArgument() argument105 CB.setArgOperand(ArgNo, ConstValue); in setConstantInArgument()
87 if (auto *ConstValue = dyn_cast<Constant>(SplattedVal)) in isAllTrueMask() local88 return ConstValue->isAllOnesValue(); in isAllTrueMask()
1505 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local1507 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
14274 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local14281 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine()14297 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine()14312 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()14320 if (ConstValue.isNonNegative()) { in performMulCombine()14325 APInt CVPlus1 = ConstValue + 1; in performMulCombine()14337 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine()14338 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine()
24517 APInt ConstValue; in LowerVSETCC() local24519 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC()24520 if (ConstValue.isMinSignedValue()) in LowerVSETCC()24522 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()24524 else if (ConstValue.isZero() && DAG.SignBitIsZero(Op0)) in LowerVSETCC()