Home
last modified time | relevance | path

Searched refs:ConstValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOSLog.h75 CharUnits ConstValue; variable
91 : TheKind(CountKind), ConstValue(value), in OSLogBufferItem()
106 CharUnits getConstValue() const { return ConstValue; } in getConstValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp97 Constant *ConstValue) { in setConstantInArgument() argument
104 CS.setArgument(ArgNo, ConstValue); in setConstantInArgument()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1093 TEST(ByRefTest, ConstValue) { in TEST() argument
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8910 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local
8925 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()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1474 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local
1476 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19519 APInt ConstValue; in LowerVSETCC() local
19521 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC()
19522 if (ConstValue.isMinSignedValue()) in LowerVSETCC()
19524 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()