Searched refs:isBitPiece (Results 1 – 10 of 10) sorted by relevance
75 bool isBitPiece() const { return getExpression()->isBitPiece(); } in isBitPiece() function132 return V.isBitPiece(); in addValues()
83 if (!P1->isBitPiece() || !P2->isBitPiece()) in piecesOverlap()144 if (Ranges.front().first->getDebugExpression()->isBitPiece()) { in beginFunction()
776 if (!FirstExpr->isBitPiece() || !FirstNextExpr->isBitPiece()) in MergeValues()872 if (DIExpr->isBitPiece()) { in buildLocationList()1438 if (Value.isBitPiece()) { in finalize()1441 return P.isBitPiece(); in finalize()
138 return E && E->isBitPiece(); in addMMIEntry()
714 if (Expr->isBitPiece()) in emitDebugValueComment()
585 bool DIExpression::isBitPiece() const { in isBitPiece() function in DIExpression594 assert(isBitPiece() && "Expected bit piece"); in getBitPieceOffset()599 assert(isBitPiece() && "Expected bit piece"); in getBitPieceSize()
4230 if (!E->isBitPiece()) in verifyBitPieceExpression()
4029 if (Piece.Size < AllocaSize || Expr->isBitPiece()) { in splitAlloca()4032 uint64_t Offset = Expr->isBitPiece() ? Expr->getBitPieceOffset() : 0; in splitAlloca()4035 if (Expr->isBitPiece()) { in splitAlloca()
1086 if (DIExpr->isBitPiece()) { in ConvertDebugDeclareToDebugValue()
2057 bool isBitPiece() const;