Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2394 auto ValAPInt = APIntFromVal(Val); in foldSizeConstantsToRight() local
2395 if (ValAPInt.isSignedIntN(32)) in foldSizeConstantsToRight()
2396 ValInt = ValAPInt.getSExtValue(); in foldSizeConstantsToRight()