Searched defs:IntPtrTy (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DLocal.h181 Type *IntPtrTy = TD.getIntPtrType(GEP->getContext()); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp158 Type *IntPtrTy = TLI.getTargetData()->getIntPtrType(*DAG.getContext()); local
/macosx-10.9.5/llvmCore-3425.0.33/examples/BrainF/
H A DBrainF.cpp83 Type* IntPtrTy = IntegerType::getInt32Ty(C); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp57 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext()); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp176 Type *IntPtrTy = TD->getIntPtrType(AI.getContext()); local
H A DInstCombineCompares.cpp540 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext()); local
H A DInstructionCombining.cpp820 Type *IntPtrTy = TD->getIntPtrType(GEP.getContext()); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DInlineCost.cpp787 Type *IntPtrTy = TD->getIntPtrType(V->getContext()); local
H A DConstantFolding.cpp720 IntegerType *IntPtrTy = TD->getIntPtrType(Ty->getContext()); local
990 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); local
1012 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); local
[all...]
H A DInstructionSimplify.cpp728 Type *IntPtrTy = TD.getIntPtrType(V->getContext()); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1017 Type *IntPtrTy = local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp480 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext()); local
539 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext()); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp1503 Type *IntPtrTy = TD->getIntPtrType(CI->getContext()); local
1733 Type *IntPtrTy = TD->getIntPtrType(CI->getContext()); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp359 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
444 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function * MallocF, const Twine &Name) argument
461 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
480 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext()); local
2073 isNoopCast(Instruction::CastOps Opcode, Type *SrcTy, Type *DestTy, Type *IntPtrTy) argument
2113 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1495 Type *IntPtrTy = local

Completed in 216 milliseconds