Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1023 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in hasActiveVectorLength() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5889 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedLoad() local
5960 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedExpandLoad() local
6001 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedGather() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp734 uint32_t IntWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1029 unsigned IntWidth = Idx->getType()->getScalarSizeInBits(); in canScalarizeAccess() local
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h86 unsigned char IntWidth, IntAlign; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6517 unsigned IntWidth = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp19094 unsigned IntWidth = Context.getTargetInfo().getIntWidth(); in CheckEnumConstant() local
19572 unsigned IntWidth = Context.getTargetInfo().getIntWidth(); in ActOnEnumBody() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7109 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit() local