Searched refs:getAISize (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 824 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize() function 839 getAISize(Ty->getContext(), ArraySize), InsertBefore) { in AllocaInst() 848 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) { in AllocaInst() 857 getAISize(Ty->getContext(), 0), InsertBefore) { in AllocaInst() 866 getAISize(Ty->getContext(), 0), InsertAtEnd) { in AllocaInst() 875 getAISize(Ty->getContext(), ArraySize), InsertBefore) { in AllocaInst() 884 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) { in AllocaInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 1004 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize() function 1036 getAISize(Ty->getContext(), ArraySize), InsertBefore), in AllocaInst() 1047 getAISize(Ty->getContext(), ArraySize), InsertAtEnd), in AllocaInst()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1238 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize() function 1267 getAISize(Ty->getContext(), ArraySize), InsertBefore), in AllocaInst() 1277 getAISize(Ty->getContext(), ArraySize), InsertAtEnd), in AllocaInst()
|