reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
233 if (!Call) 236 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledValue()); 241 CInfo.Metadata = Call->getMetadata(LLVMContext::MD_preserve_access_index); 244 CInfo.AccessIndex = getConstant(Call->getArgOperand(2)); 245 CInfo.Base = Call->getArgOperand(0); 250 CInfo.Metadata = Call->getMetadata(LLVMContext::MD_preserve_access_index); 253 CInfo.AccessIndex = getConstant(Call->getArgOperand(1)); 254 CInfo.Base = Call->getArgOperand(0); 259 CInfo.Metadata = Call->getMetadata(LLVMContext::MD_preserve_access_index); 262 CInfo.AccessIndex = getConstant(Call->getArgOperand(2)); 263 CInfo.Base = Call->getArgOperand(0); 270 uint64_t InfoKind = getConstant(Call->getArgOperand(1));