Searched refs:pushValueAndType (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 385 bool pushValueAndType(const Value *V, unsigned InstID, 2682 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter 2704 pushValueAndType(Input, InstID, Record); in writeOperandBundles() 2737 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2744 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2758 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2776 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction() 2781 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2788 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2789 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() [all …]
|