Searched refs:isBitPiece (Results 1 – 8 of 8) sorted by relevance
78 bool isBitPiece() const { return getExpression()->isBitPiece(); } in isBitPiece() function110 if (Var == NextVar && Expr->isBitPiece() && NextExpr->isBitPiece()) { in MergeValues()139 return V.isBitPiece(); in addValues()
762 if (!P1->isBitPiece() || !P2->isBitPiece()) in piecesOverlap()839 if (DIExpr->isBitPiece()) { in buildLocationList()1133 if (Ranges.front().first->getDebugExpression()->isBitPiece()) { in beginFunction()1517 if (Value.isBitPiece()) { in finalize()1520 return P.isBitPiece(); in finalize()
133 [](DIExpression &E) { return E->isBitPiece(); }) in addMMIEntry()
682 if (Expr->isBitPiece()) in emitDebugValueComment()
512 bool MDExpression::isBitPiece() const { in isBitPiece() function in MDExpression521 assert(isBitPiece() && "Expected bit piece"); in getBitPieceOffset()526 assert(isBitPiece() && "Expected bit piece"); in getBitPieceSize()
3467 if (!E->isBitPiece()) in verifyBitPieceExpression()
4193 if (IsSplit || Expr->isBitPiece()) { in splitAlloca()4196 uint64_t Offset = Expr->isBitPiece() ? Expr->getBitPieceOffset() : 0; in splitAlloca()4199 if (Expr->isBitPiece()) { in splitAlloca()
1980 bool isBitPiece() const;