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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp385 bool pushValueAndType(const Value *V, unsigned InstID,
2674 /// pushValueAndType - The file has to encode both the value and type id for
2682 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, function in class:ModuleBitcodeWriter
2704 pushValueAndType(Input, InstID, Record);
2711 /// pushValue - Like pushValueAndType, but where the type of the value is
2737 if (!pushValueAndType(I.getOperand(0), InstID, Vals))
2744 if (!pushValueAndType(I.getOperand(0), InstID, Vals))
2758 if (!pushValueAndType(I.getOperand(0), InstID, Vals))
2776 pushValueAndType(I.getOperand(i), InstID, Vals);
2781 pushValueAndType(
[all...]

Completed in 199 milliseconds