Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp4402 bool PrintAllTypes = false; in printInstruction() local
4410 PrintAllTypes = true; in printInstruction()
4417 PrintAllTypes = true; // We have differing types! Print them all! in printInstruction()
4423 if (!PrintAllTypes) { in printInstruction()
4431 writeOperand(I.getOperand(i), PrintAllTypes); in printInstruction()