Home
last modified time | relevance | path

Searched refs:getAISize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp824 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/llvm/lib/IR/
DInstructions.cpp1238 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()