Searched refs:APIntFromVal (Results 1 – 5 of 5) sorted by relevance
160 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 …]
118 llvm::APInt APIntFromVal(__isl_take isl_val *Val);147 inline llvm::APInt APIntFromVal(isl::val V) { in APIntFromVal() function148 return APIntFromVal(V.release()); in APIntFromVal()
51 APInt polly::APIntFromVal(__isl_take isl_val *Val) { in APIntFromVal() function in polly
81 APInt APValue = APIntFromVal(Val); in hasLargeInts()760 APValue = APIntFromVal(Val); in createInt()
2223 auto ValAPInt = APIntFromVal(Val); in foldSizeConstantsToRight()