Searched refs:getInAllocaType (Results 1 – 5 of 5) sorted by relevance
449 LLVM_ABI Type *getInAllocaType() const;1203 Type *getInAllocaType() const { return getTypeAttr(Attribute::InAlloca); }
538 if (ArgAttrs.getInAllocaType()) in promoteCall()
194 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
1166 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet1940 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
2119 Check(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs()2121 Check(DL.getTypeAllocSize(Attrs.getInAllocaType()).getKnownMinValue() < in verifyParameterAttrs()