Home
last modified time | relevance | path

Searched refs:TheType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DAsmWriter.cpp3061 Type *TheType = Operand->getType(); in printInstruction() local
3072 if (Operand && Operand->getType() != TheType) { in printInstruction()
3081 TypePrinter.print(TheType, Out); in printInstruction()