Searched refs:P1STR (Results 1 – 1 of 1) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 192 #define P1STR "uitofp (i32 ptrtoint (i32** @dummy to i32) to float)" in TEST() macro 200 CHECK(ConstantExpr::getFNeg(P1), "fsub float -0.000000e+00, " P1STR); in TEST() 207 CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR); in TEST() 209 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR); in TEST() 211 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST() 214 CHECK(ConstantExpr::getFDiv(P1, P1), "fdiv float " P1STR ", " P1STR); in TEST() 217 CHECK(ConstantExpr::getFRem(P1, P1), "frem float " P1STR ", " P1STR); in TEST() 234 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR in TEST() 244 P1STR ", " P5STR); in TEST()
|