Searched refs:profileIntValue (Results 1 – 1 of 1) sorted by relevance
472 static void profileIntValue(llvm::FoldingSetNodeID &ID, const llvm::APInt &V) { in profileIntValue() function572 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()