Searched refs:TrueVal (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2800 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2801 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() 2802 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody() 2806 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 2815 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2816 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() 2817 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody() 2833 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3061 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3062 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() 3063 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody() 3067 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 3076 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3077 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody() 3078 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody() 3094 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
|