Searched refs:TheType (Results 1 – 2 of 2) sorted by relevance
4318 Type *TheType = Operand->getType(); in printInstruction() local4329 if (Operand && Operand->getType() != TheType) { in printInstruction()4338 TypePrinter.print(TheType, Out); in printInstruction()
1118 alias TheType = size_t function( string[] );1119 static assert(arity!TheType == 1);