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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2274 Value *TrueVal, *FalseVal, *Cond; local
2277 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond))
2280 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2289 Value *TrueVal, *FalseVal, *Cond; local
2292 getValueTypePair(Record, OpNum, NextValueNo, Cond))
2297 dyn_cast<VectorType>(Cond->getType())) {
2303 if (Cond->getType() != Type::getInt1Ty(Context))
2307 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2418 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); local
2419 if (FalseDest == 0 || Cond
2430 Value *Cond = getFnValueByID(Record[1], OpTy); local
[all...]
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp509 // for (Init; Cond; Inc)
534 // Cond -> "rsIntIter < NumArrayElements"
538 clang::BinaryOperator *Cond = local
592 Cond,
872 // for (Init; Cond; Inc)
897 // Cond -> "rsIntIter < NumArrayElements"
901 clang::BinaryOperator *Cond = local
975 Cond,

Completed in 68 milliseconds