Searched refs:IndexBits (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1373 KnownBits IndexBits(IndexBitWidth); in computeKnownBitsFromOperator() local 1374 computeKnownBits(Index, IndexBits, Depth + 1, Q); in computeKnownBitsFromOperator() 1384 } else if (IndexBits.isConstant()) { in computeKnownBitsFromOperator() 1385 APInt IndexConst = IndexBits.getConstant(); in computeKnownBitsFromOperator() 1394 IndexBits = KnownBits::mul(IndexBits, ScalingFactor); in computeKnownBitsFromOperator() 1399 IndexBits = IndexBits.sextOrTrunc(BitWidth); in computeKnownBitsFromOperator() 1404 /*Add=*/true, /*NSW=*/false, /* NUW=*/false, Known, IndexBits); in computeKnownBitsFromOperator()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 657 IndexBits = 28, enumerator 735 OS << '#' << SignExtend32(OpN & Index, IndexBits); in print() 1184 int Idx = SignExtend32(R.OpN & OpRef::Index, OpRef::IndexBits); in materialize()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1336 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType() local 1337 Type *IndexType = Type::getIntNTy(C, IndexBits); in buildFrameType()
|