Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceFixups.h49 bool isNullSymbol() const { return ConstValue == NullSymbol; } in isNullSymbol()
56 ConstValue = Value; in set_value()
88 const Constant *ConstValue; member
DIceFixups.cpp28 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue)) in offset()
37 const Constant *C = ConstValue; in symbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp98 Constant *ConstValue) { in setConstantInArgument() argument
105 CS.setArgument(ArgNo, ConstValue); in setConstantInArgument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9759 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local
9766 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()
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc1652 TEST(ByRefTest, ConstValue) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1514 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local
1516 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21572 APInt ConstValue; in LowerVSETCC() local
21574 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC()
21575 if (ConstValue.isMinSignedValue()) in LowerVSETCC()
21577 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()