Lines Matching refs:IntrID
678 IntrID = II->getIntrinsicID(); in ParseMemoryInst()
681 if (isHandledNonTargetIntrinsic(IntrID)) { in ParseMemoryInst()
682 switch (IntrID) { in ParseMemoryInst()
712 if (IntrID != 0) in isLoad()
718 if (IntrID != 0) in isStore()
724 if (IntrID != 0) in isAtomic()
730 if (IntrID != 0) in isUnordered()
743 if (IntrID != 0) in isVolatile()
768 if (IntrID != 0) in getMatchingId()
774 if (IntrID != 0) in getPointerOperand()
795 if (IntrID != 0) in mayReadFromMemory()
801 if (IntrID != 0) in mayWriteToMemory()
807 Intrinsic::ID IntrID = 0; member in __anon5cb5eb3b0311::EarlyCSE::ParseMemoryInst