Home
last modified time | relevance | path

Searched refs:getSizeOf (Results 1 – 17 of 17) sorted by relevance

/external/llvm/examples/BrainF/
DBrainF.cpp97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/clang/lib/CodeGen/
DCGCUDANV.cpp142 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in emitDeviceStubBody()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h614 static Constant *getSizeOf(Type *Ty);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp693 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
1984 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
1995 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstants.cpp1519 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
DConstantFold.cpp379 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
/external/llvm/include/llvm/IR/
DConstants.h863 static Constant *getSizeOf(Type *Ty);
DIRBuilder.h1689 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp784 Size = ConstantExpr::getSizeOf(AggTy); in HandleByValArgument()
/external/llvm/lib/IR/
DCore.cpp1085 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
2693 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
2704 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstantFold.cpp396 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
DConstants.cpp1813 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h1241 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli797 See the method [llvm::ConstantExpr::getSizeOf]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli969 See the method [llvm::ConstantExpr::getSizeOf]. *)
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2582 Constant *C = ConstantExpr::getSizeOf(AllocTy); in getSizeOfExpr()