Lines Matching refs:isSubClassOf
297 if (R->isSubClassOf("LLVMMatchType")) { in EncodeFixedType()
300 if (R->isSubClassOf("LLVMExtendedType")) in EncodeFixedType()
302 else if (R->isSubClassOf("LLVMTruncatedType")) in EncodeFixedType()
304 else if (R->isSubClassOf("LLVMHalfElementsVectorType")) in EncodeFixedType()
306 else if (R->isSubClassOf("LLVMScalarOrSameVectorWidth")) { in EncodeFixedType()
313 else if (R->isSubClassOf("LLVMPointerTo")) in EncodeFixedType()
315 else if (R->isSubClassOf("LLVMVectorOfAnyPointersToElt")) { in EncodeFixedType()
322 } else if (R->isSubClassOf("LLVMPointerToElt")) in EncodeFixedType()
324 else if (R->isSubClassOf("LLVMVectorElementType")) in EncodeFixedType()
326 else if (R->isSubClassOf("LLVMSubdivide2VectorType")) in EncodeFixedType()
328 else if (R->isSubClassOf("LLVMSubdivide4VectorType")) in EncodeFixedType()
330 else if (R->isSubClassOf("LLVMVectorOfBitcastsToInt")) in EncodeFixedType()
362 if (R->isSubClassOf("LLVMQualPointerType")) { in EncodeFixedType()
405 if (R->isSubClassOf("LLVMMatchType")) { in UpdateArgCodes()
406 if (R->isSubClassOf("LLVMVectorOfAnyPointersToElt")) { in UpdateArgCodes()