Searched refs:CV2 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 458 Constant *CV2 = ConstantDataVector::getRaw( in TEST() local 460 ASSERT_TRUE(CV == CV2) << " T = " << getNameOfType(T); in TEST() 469 Constant *CV2 = ConstantDataVector::getRaw( in TEST() local 471 ASSERT_TRUE(CV == CV2) << " T = " << getNameOfType(T); in TEST()
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | erf.cl | 323 #define CV2 5.40397917702171048937e-01 366 vt = fma(t, fma(t, fma(t, fma(t, fma(t, CV6, CV5), CV4), CV3), CV2), CV1);
|
| H A D | erfc.cl | 325 #define CV2 7.18286544141962662868e-02 371 tv = fma(t, fma(t, fma(t, fma(t, fma(t, CV5, CV4), CV3), CV2), CV1), CV0);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 337 ConstantInt *CV2 = cast<ConstantInt>(MD2->getValue()); 338 if (CV1->getSExtValue() == CV2->getSExtValue())
|