Searched refs:getIntPtrType (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLint.cpp670 DL->getIntPtrType(V->getType())))
H A DMemoryBuiltins.cpp588 IntTy = cast<IntegerType>(DL.getIntPtrType(V->getType()));
H A DInlineCost.cpp1056 Type *IntPtrTy = DL.getIntPtrType(V->getContext());
H A DScalarEvolutionExpander.cpp402 Type *IntPtrTy = DL.getIntPtrType(PTy);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DLowerBitSets.cpp288 IntPtrTy = DL.getIntPtrType(M->getContext(), 0);
H A DGlobalOpt.cpp1300 Type *IntPtrTy = DL.getIntPtrType(CI->getType());
1524 Type *IntPtrTy = DL.getIntPtrType(CI->getType());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp189 IntPtrTy = DL->getIntPtrType(M.getContext());
H A DThreadSanitizer.cpp230 IntptrTy = DL.getIntPtrType(M.getContext());
H A DDataFlowSanitizer.cpp440 IntptrTy = DL.getIntPtrType(*Ctx);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1689 return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)),
1694 return IRB.CreateIntToPtr(IRB.CreateBitCast(V, DL.getIntPtrType(NewTy)),
1706 return IRB.CreateBitCast(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)),
1711 return IRB.CreateBitCast(IRB.CreatePtrToInt(V, DL.getIntPtrType(OldTy)),
H A DScalarReplAggregates.cpp976 SV = Builder.CreatePtrToInt(SV, DL.getIntPtrType(SV->getType()));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp143 if (Cast->isNoopCast(DL.getIntPtrType(Cast->getContext())) &&
220 Constant::getNullValue(DL.getIntPtrType(V->getContext())));
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp486 Type *IntPtrTy = TD.getIntPtrType(*DAG.getContext());
546 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp241 Context.getAtomicType(Context.getIntPtrType()));
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp355 IntegerType *PtrTy = cast<IntegerType>(DL.getIntPtrType(V->getType()));
583 if (PTII->getType() == DL.getIntPtrType(Ptr->getType()))
1022 CV = Builder.CreatePtrToInt(CV, DL.getIntPtrType(CV->getType()),
3227 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr");
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp393 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
563 Type *IntPtrTy = DL.getIntPtrType(GEP->getOperand(0)->getType());
3260 DL.getIntPtrType(RHSC->getType()) == LHSI->getOperand(0)->getType())
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1359 QualType getIntPtrType() const;
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2331 PtrOpTy ? DL.getIntPtrType(PtrOpTy) : DL.getIntPtrType(getContext(), 0);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp528 Val = Constant::getNullValue(DL.getIntPtrType(Val->getContext()));
1214 Op1 = Constant::getNullValue(DL.getIntPtrType(Op0->getContext()));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp853 MemTy->isPointerType() ? getContext().getIntPtrType() : MemTy;
H A DCGExpr.cpp1553 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy);
1807 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy);
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h356 return DL.getIntPtrType(Context, AddrSpace);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1843 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()),
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2099 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()),
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3751 Type *IntPtrTy = DL->getIntPtrType(Addr->getType());
3870 Type *IntPtrTy = DL->getIntPtrType(Addr->getType());

Completed in 348 milliseconds

123