Searched refs:ConstValue (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OSLog.h | 74 CharUnits ConstValue; variable 90 : TheKind(CountKind), ConstValue(value), in OSLogBufferItem() 105 CharUnits getConstValue() const { return ConstValue; } in getConstValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 138 APInt ConstValue = Const->Value.sext(Ty.getSizeInBits()); in matchAArch64MulConstCombine() local 152 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | CallSiteSplitting.cpp | 98 Constant *ConstValue) { in setConstantInArgument() argument 105 CB.setArgOperand(ArgNo, ConstValue); in setConstantInArgument()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 88 if (auto *ConstValue = dyn_cast<Constant>(SplattedVal)) in isAllTrueMask() local 89 return ConstValue->isAllOnesValue(); in isAllTrueMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1849 auto *ConstValue = dyn_cast<ConstantInt>(MI->getOperand(1)); in trackAssignments() local 1850 if (ConstValue && ConstValue->isZero()) in trackAssignments() 1851 ValueComponent = ConstValue; in trackAssignments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 1505 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local 1507 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 15601 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local 15608 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine() 15623 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() 15638 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() 15674 if (ConstValue.isNonNegative()) { in performMulCombine() 15682 APInt CVPlus1 = ConstValue + 1; in performMulCombine() 15694 isPowPlusPlusConst(ConstValue, CVM, CVN)) { in performMulCombine() 15710 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() 15711 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24970 APInt ConstValue; in LowerVSETCC() local 24972 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC() 24973 if (ConstValue.isMinSignedValue()) in LowerVSETCC() 24975 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC() 24977 else if (ConstValue.isZero() && DAG.SignBitIsZero(Op0)) in LowerVSETCC()
|