Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1912 bool PrintAllTypes = false; in printInstruction() local
1918 PrintAllTypes = true; in printInstruction()
1925 PrintAllTypes = true; // We have differing types! Print them all! in printInstruction()
1931 if (!PrintAllTypes) { in printInstruction()
1939 writeOperand(I.getOperand(i), PrintAllTypes); in printInstruction()
/external/llvm/lib/IR/
DAsmWriter.cpp3135 bool PrintAllTypes = false; in printInstruction() local
3141 PrintAllTypes = true; in printInstruction()
3148 PrintAllTypes = true; // We have differing types! Print them all! in printInstruction()
3154 if (!PrintAllTypes) { in printInstruction()
3162 writeOperand(I.getOperand(i), PrintAllTypes); in printInstruction()