Searched refs:SrcIsUnsigned (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp611 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType(); local
615 APSInt LargestInt(IntTy->getBitWidth(), SrcIsUnsigned);
625 if (SrcIsUnsigned)

Completed in 48 milliseconds