Home | History | Annotate | Download | only in X86

Lines Matching refs:MCI

1404     const MemCpyInst &MCI = cast<MemCpyInst>(I);
1406 if (MCI.isVolatile())
1409 if (isa<ConstantInt>(MCI.getLength())) {
1412 uint64_t Len = cast<ConstantInt>(MCI.getLength())->getZExtValue();
1415 if (!X86SelectAddress(MCI.getRawDest(), DestAM) ||
1416 !X86SelectAddress(MCI.getRawSource(), SrcAM))
1424 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth))
1427 if (MCI.getSourceAddressSpace() > 255 || MCI.getDestAddressSpace() > 255)