Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp472 static void profileIntValue(llvm::FoldingSetNodeID &ID, const llvm::APInt &V) { in profileIntValue() function
572 profileIntValue(ID, getInt()); in Profile()
576 profileIntValue(ID, getFloat().bitcastToAPInt()); in Profile()
580 profileIntValue(ID, getFixedPoint().getValue()); in Profile()
584 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()
585 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile()
589 profileIntValue(ID, getComplexIntReal()); in Profile()
590 profileIntValue(ID, getComplexIntImag()); in Profile()