Searched refs:getAISize (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 794 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize() function 809 getAISize(Ty->getContext(), ArraySize), InsertBefore) { in AllocaInst() 818 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) { in AllocaInst() 827 getAISize(Ty->getContext(), 0), InsertBefore) { in AllocaInst() 836 getAISize(Ty->getContext(), 0), InsertAtEnd) { in AllocaInst() 845 getAISize(Ty->getContext(), ArraySize), InsertBefore) { in AllocaInst() 854 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) { in AllocaInst()
|