Searched refs:VTP (Results 1 – 3 of 3) sorted by relevance
1080 for (auto VTP : VS->vTableFuncs()) { in tryFindVirtualCallTargets() local1081 if (VTP.VTableOffset != P.AddressPointOffset + ByteOffset) in tryFindVirtualCallTargets()1084 if (mustBeUnreachableFunction(VTP.FuncVI)) in tryFindVirtualCallTargets()1087 TargetsForSlot.push_back(VTP.FuncVI); in tryFindVirtualCallTargets()
4019 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() local4020 return QualType(VTP, 0); in getVectorType()4089 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() local4090 return QualType(VTP, 0); in getExtVectorType()
1816 def VTP : TestVRRg<"vtp", 0xE65F>;