Home
last modified time | relevance | path

Searched refs:PrintAllTypes (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3811 bool PrintAllTypes = false; in printInstruction() local
3817 PrintAllTypes = true; in printInstruction()
3824 PrintAllTypes = true; // We have differing types! Print them all! in printInstruction()
3830 if (!PrintAllTypes) { in printInstruction()
3838 writeOperand(I.getOperand(i), PrintAllTypes); in printInstruction()