Searched defs:getAISize (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp824 static Value *getAISize(LLVMContext &Context, Value *Amt) { function
839 getAISize(Ty->getContext(), ArraySize), InsertBefore) {
848 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) {
857 getAISize(Ty->getContext(), 0), InsertBefore) {
866 getAISize(Ty->getContext(), 0), InsertAtEnd) {
875 getAISize(Ty->getContext(), ArraySize), InsertBefore) {
884 getAISize(Ty->getContext(), ArraySize), InsertAtEnd) {

Completed in 297 milliseconds