Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp4317 bool PrintAllTypes = false; in printInstruction() local
4323 PrintAllTypes = true; in printInstruction()
4330 PrintAllTypes = true; // We have differing types! Print them all! in printInstruction()
4336 if (!PrintAllTypes) { in printInstruction()
4344 writeOperand(I.getOperand(i), PrintAllTypes); in printInstruction()