Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp4586 bool PrintAllTypes = false; in printInstruction() local
4594 PrintAllTypes = true; in printInstruction()
4601 PrintAllTypes = true; // We have differing types! Print them all! in printInstruction()
4607 if (!PrintAllTypes) { in printInstruction()
4615 writeOperand(I.getOperand(i), PrintAllTypes); in printInstruction()