Searched refs:ConstValue (Results 1 – 7 of 7) sorted by relevance
49 bool isNullSymbol() const { return ConstValue == NullSymbol; } in isNullSymbol()56 ConstValue = Value; in set_value()88 const Constant *ConstValue; member
28 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue)) in offset()37 const Constant *C = ConstValue; in symbol()
98 Constant *ConstValue) { in setConstantInArgument() argument105 CS.setArgument(ArgNo, ConstValue); in setConstantInArgument()
9759 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local9766 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine()9781 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine()9796 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()9804 if (ConstValue.isNonNegative()) { in performMulCombine()9809 APInt CVPlus1 = ConstValue + 1; in performMulCombine()9821 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine()9822 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine()
1652 TEST(ByRefTest, ConstValue) { in TEST() argument
1514 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local1516 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
21572 APInt ConstValue; in LowerVSETCC() local21574 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC()21575 if (ConstValue.isMinSignedValue()) in LowerVSETCC()21577 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()