Searched refs:FalseVal (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 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 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 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 3078 getValue(Record, OpNum, TrueVal->getType(), FalseVal) || in ParseFunctionBody() 3094 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
|