Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/
H A DMixedTBAATest.cpp39 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
H A DRangeConstraintManager.cpp355 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
398 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DCloning.cpp255 DIType IntType = DBuilder.createBasicType("int", 32, 0, in CreateOldFunctionBodyAndDI() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp59 QualType T, llvm::IntegerType *IntType) { in EmitToInt()
94 llvm::IntegerType *IntType = in EmitBinaryAtomic() local
129 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local
1009 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
1038 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
1584 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h110 enum IntType { enum
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp407 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go483 func (c Context) IntType(numbits int) (t Type) { func
494 func IntType(numbits int) (t Type) { func