Home
last modified time | relevance | path

Searched defs:IntWidth (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.h142 unsigned IntWidth; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp745 uint32_t IntWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6293 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedLoadStore() local
6386 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedExpandLoad() local
6428 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedGatherScatter() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h93 unsigned char IntWidth, IntAlign; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1553 unsigned IntWidth = Idx->getType()->getScalarSizeInBits(); in canScalarizeAccess() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7951 unsigned IntWidth = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19942 unsigned IntWidth = Context.getTargetInfo().getIntWidth(); in CheckEnumConstant() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5375 unsigned IntWidth = Target->getIntWidth(); in computeBestEnumTypes() local
H A DExprConstant.cpp7650 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit() local