Lines Matching refs:IntrID
683 IntrID = II->getIntrinsicID(); in ParseMemoryInst()
686 if (isHandledNonTargetIntrinsic(IntrID)) { in ParseMemoryInst()
687 switch (IntrID) { in ParseMemoryInst()
717 if (IntrID != 0) in isLoad()
723 if (IntrID != 0) in isStore()
729 if (IntrID != 0) in isAtomic()
735 if (IntrID != 0) in isUnordered()
748 if (IntrID != 0) in isVolatile()
773 if (IntrID != 0) in getMatchingId()
779 if (IntrID != 0) in getPointerOperand()
785 if (IntrID != 0) in mayReadFromMemory()
791 if (IntrID != 0) in mayWriteToMemory()
797 Intrinsic::ID IntrID = 0; member in __anon0a18f2bf0311::EarlyCSE::ParseMemoryInst