Searched refs:IndirectType (Results 1 – 4 of 4) sorted by relevance
1036 FinalType = Arg.IndirectType; in lowerCallTo()1079 Type *ElementTy = Arg.IndirectType; in lowerCallTo()
128 IndirectType = nullptr; in setAttributes()130 IndirectType = Call->getParamByValType(ArgIdx); in setAttributes()131 assert(IndirectType && "no byval type?"); in setAttributes()136 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()137 assert(IndirectType && "no inalloca type?"); in setAttributes()140 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()141 assert(IndirectType && "no preallocated type?"); in setAttributes()
9482 FinalType = Args[i].IndirectType; in LowerCallTo()9555 Type *ElementTy = Args[i].IndirectType; in LowerCallTo()
294 Type *IndirectType = nullptr; variable