Lines Matching refs:IntrID
663 IntrID = II->getIntrinsicID(); in ParseMemoryInst()
666 if (isHandledNonTargetIntrinsic(IntrID)) { in ParseMemoryInst()
667 switch (IntrID) { in ParseMemoryInst()
697 if (IntrID != 0) in isLoad()
703 if (IntrID != 0) in isStore()
709 if (IntrID != 0) in isAtomic()
715 if (IntrID != 0) in isUnordered()
728 if (IntrID != 0) in isVolatile()
753 if (IntrID != 0) in getMatchingId()
759 if (IntrID != 0) in getPointerOperand()
765 if (IntrID != 0) in mayReadFromMemory()
771 if (IntrID != 0) in mayWriteToMemory()
777 Intrinsic::ID IntrID = 0; member in __anon3ae9eefb0311::EarlyCSE::ParseMemoryInst