Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp386 bool pushValueAndType(const Value *V, unsigned InstID,
2777 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter
2799 pushValueAndType(Input, InstID, Record); in writeOperandBundles()
2832 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2839 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2853 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2871 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction()
2876 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2883 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2884 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
[all …]