Searched defs:IntegerType (Results 1 – 8 of 8) sorted by relevance
32 public class IntegerType extends VerificationType class
34 class IntegerType; variable
29 class IntegerType; variable
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
38 class IntegerType; variable
1221 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
4956 QualType IntegerType = ParamType; in CheckTemplateArgument() local5040 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
2962 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable