Searched refs:numArgOperands (Results 1 – 1 of 1) sorted by relevance
3887 int numArgOperands = I.arg_size(); in handleNEONVectorStoreIntrinsic() local3888 assert(numArgOperands >= 1); in handleNEONVectorStoreIntrinsic()3891 Value *Addr = I.getArgOperand(numArgOperands - 1); in handleNEONVectorStoreIntrinsic()3899 for (int i = 0; i < numArgOperands - 1; i++) { in handleNEONVectorStoreIntrinsic()3918 (numArgOperands - 1)); in handleNEONVectorStoreIntrinsic()3924 ShadowI->setArgOperand(numArgOperands - 1, ShadowPtr); in handleNEONVectorStoreIntrinsic()3933 for (int i = 0; i < numArgOperands - 1; i++) in handleNEONVectorStoreIntrinsic()