Searched refs:getAISize (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | Instructions.cpp | 822 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize() function 837 getAISize(Ty->getContext(), ArraySize), InsertBefore) { in AllocaInst() 846 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) { in AllocaInst() 855 getAISize(Ty->getContext(), 0), InsertBefore) { in AllocaInst() 864 getAISize(Ty->getContext(), 0), InsertAtEnd) { in AllocaInst() 873 getAISize(Ty->getContext(), ArraySize), InsertBefore) { in AllocaInst() 882 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) { in AllocaInst()
|