Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2714 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody()
2744 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
2760 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2781 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2784 if (getValueTypePair(Record, OpNum, NextValueNo, Val)) in ParseFunctionBody()
2823 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody()
2847 getValueTypePair(Record, OpNum, NextValueNo, Idx)) in ParseFunctionBody()
2860 getValueTypePair(Record, OpNum, NextValueNo, Idx)) in ParseFunctionBody()
2874 if (getValueTypePair(Record, OpNum, NextValueNo, Mask)) in ParseFunctionBody()
2914 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody()
[all …]
H A DBitcodeReader.h275 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() function