Searched defs:P1STR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
H A DConstantsTest.cpp190 #define P1STR "uitofp (i32 ptrtoint (i32** @dummy to i32) to float)" macro
198 CHECK(ConstantExpr::getFNeg(P1), "fsub float -0.000000e+00, " P1STR); local
205 CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR); local
207 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR); local
209 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); local
212 CHECK(ConstantExpr::getFDiv(P1, P1), "fdiv float " P1STR ", " P1STR); local
215 CHECK(ConstantExpr::getFRem(P1, P1), "frem float " P1STR ", " P1STR); local
232 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR local
[all...]

Completed in 85 milliseconds