Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2788 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
2789 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2790 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody()
2794 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
2803 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
2804 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
2805 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody()
2821 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3050 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
3051 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
3052 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody()
3056 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
3065 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
3066 if (getValueTypePair(Record, OpNum, NextValueNo, TrueVal) || in ParseFunctionBody()
3067 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody()
3083 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()