Searched refs:isBitPiece (Results 1 – 8 of 8) sorted by relevance
75 bool isBitPiece() const { return getExpression()->isBitPiece(); } in isBitPiece() function100 if (Expr->isBitPiece() && NextExpr->isBitPiece()) { in MergeValues()129 return V.isBitPiece(); in addValues()
784 if (!P1->isBitPiece() || !P2->isBitPiece()) in piecesOverlap()861 if (DIExpr->isBitPiece()) { in buildLocationList()1154 if (Ranges.front().first->getDebugExpression()->isBitPiece()) { in beginFunction()1534 if (Value.isBitPiece()) { in finalize()1537 return P.isBitPiece(); in finalize()
136 return E && E->isBitPiece(); in addMMIEntry()
711 if (Expr->isBitPiece()) in emitDebugValueComment()
517 bool DIExpression::isBitPiece() const { in isBitPiece() function in DIExpression526 assert(isBitPiece() && "Expected bit piece"); in getBitPieceOffset()531 assert(isBitPiece() && "Expected bit piece"); in getBitPieceSize()
3866 if (!E->isBitPiece()) in verifyBitPieceExpression()
4032 if (IsSplit || Expr->isBitPiece()) { in splitAlloca()4035 uint64_t Offset = Expr->isBitPiece() ? Expr->getBitPieceOffset() : 0; in splitAlloca()4038 if (Expr->isBitPiece()) { in splitAlloca()
1969 bool isBitPiece() const;