reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2693 Intrinsic::ID ID = getVectorIntrinsicIDForCall(CI, TLI); 2701 Function *Int = CI->getCalledFunction(); 2702 unsigned NumArgs = CI->getNumArgOperands(); 2706 ScalarArgs[j] = CI->getArgOperand(j); 2711 !CI->hasIdenticalOperandBundleSchema(*CI2)) { 2715 LLVM_DEBUG(dbgs() << "SLP: mismatched calls:" << *CI << "!=" << *V 2728 LLVM_DEBUG(dbgs() << "SLP: mismatched arguments in call:" << *CI 2736 if (CI->hasOperandBundles() && 2737 !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(), 2737 !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(), 2738 CI->op_begin() + CI->getBundleOperandsEndIndex(), 2738 CI->op_begin() + CI->getBundleOperandsEndIndex(), 2744 << *CI << "!=" << *V << '\n'); 2752 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i) {