Searched refs:printWithoutType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 3444 static bool printWithoutType(const Value &V, raw_ostream &O, in printWithoutType() function 3474 if (printWithoutType(*this, O, nullptr, M)) in printAsOperand() 3486 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 4121 static bool printWithoutType(const Value &V, raw_ostream &O, in printWithoutType() function 4149 if (printWithoutType(*this, O, nullptr, M)) in printAsOperand() 4161 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
|