Searched defs:Cond (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp319 llvm::Value *Cond = Builder.CreateICmpSLT(Arg_x1, Arg_x2); local
320 Builder.CreateCondBr(Cond, Loop, Exit);
377 Cond = Builder.CreateICmpSLT(XPlusOne, Arg_x2);
378 Builder.CreateCondBr(Cond, Loop, Exit);
543 llvm::Value *Cond = Builder.CreateICmpSLT(Arg_x1, Arg_x2); local
544 Builder.CreateCondBr(Cond, Loop, Exit);
604 Cond = Builder.CreateICmpSLT(XPlusOne, Arg_x2);
605 Builder.CreateCondBr(Cond, Loop, Exit);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp513 // for (Init; Cond; Inc)
540 // Cond -> "rsIntIter < NumArrayElements"
544 clang::BinaryOperator *Cond = local
598 Cond,
881 // for (Init; Cond; Inc)
906 // Cond -> "rsIntIter < NumArrayElements"
910 clang::BinaryOperator *Cond =
984 Cond,
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2339 Value *TrueVal, *FalseVal, *Cond; local
2342 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond))
2345 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2354 Value *TrueVal, *FalseVal, *Cond; local
2357 getValueTypePair(Record, OpNum, NextValueNo, Cond))
2362 dyn_cast<VectorType>(Cond->getType())) {
2368 if (Cond->getType() != Type::getInt1Ty(Context))
2372 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2483 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); local
2484 if (FalseDest == 0 || Cond
2495 Value *Cond = getFnValueByID(Record[1], OpTy); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2633 Value *TrueVal, *FalseVal, *Cond; local
2636 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond))
2639 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2648 Value *TrueVal, *FalseVal, *Cond; local
2651 getValueTypePair(Record, OpNum, NextValueNo, Cond))
2656 dyn_cast<VectorType>(Cond->getType())) {
2662 if (Cond->getType() != Type::getInt1Ty(Context))
2666 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2764 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); local
2765 if (FalseDest == 0 || Cond
2776 Value *Cond = getFnValueByID(Record[1], OpTy); local
[all...]

Completed in 129 milliseconds