Lines Matching refs:isSubClassOf
312 if (R->isSubClassOf("LLVMMatchType")) { in EncodeFixedType()
315 if (R->isSubClassOf("LLVMExtendedType")) in EncodeFixedType()
317 else if (R->isSubClassOf("LLVMTruncatedType")) in EncodeFixedType()
319 else if (R->isSubClassOf("LLVMHalfElementsVectorType")) in EncodeFixedType()
321 else if (R->isSubClassOf("LLVMScalarOrSameVectorWidth")) { in EncodeFixedType()
328 else if (R->isSubClassOf("LLVMPointerTo")) in EncodeFixedType()
330 else if (R->isSubClassOf("LLVMVectorOfAnyPointersToElt")) { in EncodeFixedType()
337 } else if (R->isSubClassOf("LLVMAnyPointerToElt")) { in EncodeFixedType()
344 } else if (R->isSubClassOf("LLVMPointerToElt")) in EncodeFixedType()
346 else if (R->isSubClassOf("LLVMVectorElementType")) in EncodeFixedType()
348 else if (R->isSubClassOf("LLVMSubdivide2VectorType")) in EncodeFixedType()
350 else if (R->isSubClassOf("LLVMSubdivide4VectorType")) in EncodeFixedType()
352 else if (R->isSubClassOf("LLVMVectorOfBitcastsToInt")) in EncodeFixedType()
384 if (R->isSubClassOf("LLVMQualPointerType")) { in EncodeFixedType()
428 if (R->isSubClassOf("LLVMMatchType")) { in UpdateArgCodes()
429 if (R->isSubClassOf("LLVMVectorOfAnyPointersToElt")) { in UpdateArgCodes()
432 } else if (R->isSubClassOf("LLVMAnyPointerToElt")) { in UpdateArgCodes()