Searched refs:pushValueAndType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 234 bool pushValueAndType(const Value *V, unsigned InstID, 2248 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter 2270 pushValueAndType(Input, InstID, Record); in writeOperandBundles() 2303 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2310 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction() 2330 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction() 2335 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2342 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction() 2343 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() 2350 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction() [all …]
|