Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7424 APSInt SValInt(NElts, true); in visit() local
7425 llvm::LoadIntFromMemory(SValInt, &*Bytes.begin(), Bytes.size()); in visit()
7429 SValInt.extractBits(1, (BigEndian ? NElts - I - 1 : I) * EltSize); in visit()