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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp374 bool pushValueAndType(const Value *V, unsigned InstID,
2574 /// pushValueAndType - The file has to encode both the value and type id for
2582 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, function in class:ModuleBitcodeWriter
2604 pushValueAndType(Input, InstID, Record);
2611 /// pushValue - Like pushValueAndType, but where the type of the value is
2637 if (!pushValueAndType(I.getOperand(0), InstID, Vals))
2644 if (!pushValueAndType(I.getOperand(0), InstID, Vals))
2658 if (!pushValueAndType(I.getOperand(0), InstID, Vals))
2676 pushValueAndType(I.getOperand(i), InstID, Vals);
2681 pushValueAndType(
[all...]

Completed in 112 milliseconds