Home
last modified time | relevance | path

Searched defs:AllocatedType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILDataScalarization.cpp131 Type *AllocatedType = AI.getAllocatedType(); in visitAllocaInst() local
314 Type *AllocatedType = Alloca->getAllocatedType(); in visitGetElementPtrInst() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h65 Type *AllocatedType; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp235 Type *AllocatedType = in alignAndPadAlloca() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp180 QualType AllocatedType = getDeclPtr().getFieldDesc()->getDataType(ASTCtx); in toAPValue() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3454 SourceRange TypeIdParens, QualType AllocatedType, in RebuildCXXNewExpr()