Home
last modified time | relevance | path

Searched refs:MagicValueAPInt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp10713 llvm::APInt MagicValueAPInt = IL->getValue(); in FindTypeTagExpr() local
10714 if (MagicValueAPInt.getActiveBits() <= 64) { in FindTypeTagExpr()
10715 *MagicValue = MagicValueAPInt.getZExtValue(); in FindTypeTagExpr()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15422 llvm::APInt MagicValueAPInt = IL->getValue(); in FindTypeTagExpr() local
15423 if (MagicValueAPInt.getActiveBits() <= 64) { in FindTypeTagExpr()
15424 *MagicValue = MagicValueAPInt.getZExtValue(); in FindTypeTagExpr()