Home
last modified time | relevance | path

Searched refs:APIntFromVal (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp160 auto APNOne = APIntFromVal(IslNOne); in TEST()
168 auto APNTwo = APIntFromVal(IslNTwo); in TEST()
176 auto APNThree = APIntFromVal(IslNThree); in TEST()
184 auto APNFour = APIntFromVal(IslNFour); in TEST()
192 auto APZero = APIntFromVal(IslZero); in TEST()
199 auto APOne = APIntFromVal(IslOne); in TEST()
206 auto APTwo = APIntFromVal(IslTwo); in TEST()
213 auto APThree = APIntFromVal(IslThree); in TEST()
220 auto APFour = APIntFromVal(IslFour); in TEST()
227 auto APNOne = APIntFromVal(IslNOne); in TEST()
[all …]
/llvm-project-15.0.7/polly/include/polly/Support/
H A DGICHelper.h118 llvm::APInt APIntFromVal(__isl_take isl_val *Val);
147 inline llvm::APInt APIntFromVal(isl::val V) { in APIntFromVal() function
148 return APIntFromVal(V.release()); in APIntFromVal()
/llvm-project-15.0.7/polly/lib/Support/
H A DGICHelper.cpp51 APInt polly::APIntFromVal(__isl_take isl_val *Val) { in APIntFromVal() function in polly
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslExprBuilder.cpp81 APInt APValue = APIntFromVal(Val); in hasLargeInts()
760 APValue = APIntFromVal(Val); in createInt()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2223 auto ValAPInt = APIntFromVal(Val); in foldSizeConstantsToRight()