Lines Matching refs:IntrID
816 IntrID = II->getIntrinsicID(); in ParseMemoryInst()
819 if (isHandledNonTargetIntrinsic(IntrID)) { in ParseMemoryInst()
820 switch (IntrID) { in ParseMemoryInst()
850 if (IntrID != 0) in isLoad()
856 if (IntrID != 0) in isStore()
862 if (IntrID != 0) in isAtomic()
868 if (IntrID != 0) in isUnordered()
881 if (IntrID != 0) in isVolatile()
906 if (IntrID != 0) in getMatchingId()
912 if (IntrID != 0) in getPointerOperand()
923 if (IntrID != 0) in mayReadFromMemory()
929 if (IntrID != 0) in mayWriteToMemory()
935 Intrinsic::ID IntrID = 0; member in __anon2439b80b0411::EarlyCSE::ParseMemoryInst