Searched refs:CF2 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | builtins-systemz-zvector.cpp | 27 constexpr vector int CF2 = (vector int)0.0f; in testInts() local 29 gb = (VI == CF2)[0]; in testInts() 47 constexpr vector double CF2 = (vector double)0.0f; in testFloats() local 49 gb = (VD == CF2)[0]; in testFloats()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 673 Constant *CF2 = ConstantFP::get(FltTy, 2.0); in TEST() local 675 Constant *CF1211 = ConstantVector::get({CF1, CF2, CF1, CF1}); in TEST() 676 Constant *CF12U1 = ConstantVector::get({CF1, CF2, CFU, CF1}); in TEST() 677 Constant *CF12U2 = ConstantVector::get({CF1, CF2, CFU, CF2}); in TEST()
|