Searched refs:VTP (Results 1 – 3 of 3) sorted by relevance
1079 for (auto VTP : VS->vTableFuncs()) { in tryFindVirtualCallTargets() local1080 if (VTP.VTableOffset != P.AddressPointOffset + ByteOffset) in tryFindVirtualCallTargets()1083 if (mustBeUnreachableFunction(VTP.FuncVI)) in tryFindVirtualCallTargets()1086 TargetsForSlot.push_back(VTP.FuncVI); in tryFindVirtualCallTargets()
4053 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() local4054 return QualType(VTP, 0); in getVectorType()4127 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() local4128 return QualType(VTP, 0); in getExtVectorType()
1816 def VTP : TestVRRg<"vtp", 0xE65F>;