Searched refs:getNumArgOperands (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DGlobalsModRef.cpp271 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i)
276 for (unsigned i = 0, e = II->getNumArgOperands(); i != e; ++i)
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp388 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) {
415 unsigned N = I.getNumArgOperands();
H A DSelectionDAGBuilder.cpp3594 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) {
5528 if (I.getNumArgOperands() != 3)
5608 if (I.getNumArgOperands() != 1 ||
5657 if (I.getNumArgOperands() == 2 && // Basic sanity checks.
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp1160 for (unsigned i = 0; i < inv->getNumArgOperands(); ++i) {
1413 if (call->getNumArgOperands() > 1) {
1416 for (unsigned i = 0; i < call->getNumArgOperands(); ++i) {
1421 << opNames[call->getNumArgOperands()] << ", "
1423 } else if (call->getNumArgOperands() == 1) {
1425 << opNames[call->getNumArgOperands()] << ", " << opNames[0] << ", \"";
1428 << opNames[call->getNumArgOperands()] << ", \"";
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp243 assert(I->getNumArgOperands() == 2 &&
305 if (local_cdep->getNumArgOperands() != C->getNumArgOperands()) {
310 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) {
360 if (cdep->getNumArgOperands() != C->getNumArgOperands()) {
364 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) {
H A DSimplifyLibCalls.cpp1245 if (FormatStr == "%c" && CI->getNumArgOperands() > 1 &&
1254 if (FormatStr == "%s\n" && CI->getNumArgOperands() > 1 &&
1300 if (CI->getNumArgOperands() == 2) {
1320 CI->getNumArgOperands() < 3)
1457 if (CI->getNumArgOperands() == 2) {
1475 CI->getNumArgOperands() < 3)
H A DTailRecursionElimination.cpp520 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i)
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAutoUpgrade.cpp312 assert(CI->getNumArgOperands() == 1 &&
H A DAsmWriter.cpp1871 for (unsigned op = 0, Eop = CI->getNumArgOperands(); op < Eop; ++op) {
1910 for (unsigned op = 0, Eop = II->getNumArgOperands(); op < Eop; ++op) {
H A DVerifier.cpp1837 for (unsigned i = 0, e = CI.getNumArgOperands(); i != e; ++i)
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DIntrinsicLowering.cpp546 if (CI->getNumArgOperands() != 1 ||
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1022 if (CI->getNumArgOperands() <= 5) return false;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp637 unsigned AlignArg = II->getNumArgOperands() - 1;
H A DInstCombineCasts.cpp1210 Call->getNumArgOperands() == 1 &&
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h1237 /// getNumArgOperands - Return the number of call arguments.
1239 unsigned getNumArgOperands() const { return getNumOperands() - 1; } function in class:llvm::CallInst
3000 /// getNumArgOperands - Return the number of invoke arguments.
3002 unsigned getNumArgOperands() const { return getNumOperands() - 3; } function in class:llvm::InvokeInst
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1366 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp9896 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1);
9913 for (unsigned ArgI = 1, ArgE = I.getNumArgOperands(); ArgI < ArgE; ++ArgI) {
9922 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1);

Completed in 339 milliseconds