Home
last modified time | relevance | path

Searched defs:IntPtrType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dtarget.go144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp177 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeBinaryAtomicValue() local
239 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomicPost() local
280 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeAtomicCmpXchgValue() local
919 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitX86BitTestIntrinsic() local
1060 llvm::Type *IntPtrType = RetType->getPointerTo(); in emitPPCLoadReserveIntrinsic() local
4513 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitBuiltinExpr() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp484 Type *IntPtrType = DL.getIntPtrType(CI->getContext()); in optimizeStrRChr() local