Searched defs:AllocTy (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 46 AllocType AllocTy; member 101 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
|
D | ScalarEvolution.cpp | 213 Type *AllocTy; in print() local 3204 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 695 Type *AllocTy = GetElementPtrInst::getIndexedType( in canReplaceGEPIdxWithZero() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 831 OptimizeGlobalAddressOfMalloc(GlobalVariable *GV, CallInst *CI, Type *AllocTy, in OptimizeGlobalAddressOfMalloc() 1461 Type *AllocTy, in TryToOptimizeStoreOfMallocToGlobal()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 386 Type *AllocTy, Value *AllocSize, in createMalloc() 470 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 487 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
|