Searched refs:profileIntValue (Results 1 – 1 of 1) sorted by relevance
474 static void profileIntValue(llvm::FoldingSetNodeID &ID, const llvm::APInt &V) { in profileIntValue() function574 profileIntValue(ID, getInt()); in Profile()578 profileIntValue(ID, getFloat().bitcastToAPInt()); in Profile()582 profileIntValue(ID, getFixedPoint().getValue()); in Profile()586 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()587 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile()591 profileIntValue(ID, getComplexIntReal()); in Profile()592 profileIntValue(ID, getComplexIntImag()); in Profile()