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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp409 llvm::Value *Cond, *IVNext, *IV, *IVVar; local
427 Cond = Builder.CreateICmpULT(LowerBound, UpperBound);
428 Builder.CreateCondBr(Cond, HeaderBB, AfterBB);
444 Cond = Builder.CreateICmpULT(IVNext, UpperBound);
445 Builder.CreateCondBr(Cond, HeaderBB, AfterBB);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2788 Value *TrueVal, *FalseVal, *Cond; local
2791 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond))
2794 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2803 Value *TrueVal, *FalseVal, *Cond; local
2806 getValueTypePair(Record, OpNum, NextValueNo, Cond))
2811 dyn_cast<VectorType>(Cond->getType())) {
2817 if (Cond->getType() != Type::getInt1Ty(Context))
2821 I = SelectInst::Create(Cond, TrueVal, FalseVal);
2932 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); local
2933 if (!FalseDest || !Cond)
2944 Value *Cond = getFnValueByID(Record[1], OpTy); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3049 Value *TrueVal, *FalseVal, *Cond; local
3052 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond))
3055 I = SelectInst::Create(Cond, TrueVal, FalseVal);
3064 Value *TrueVal, *FalseVal, *Cond; local
3067 getValueTypePair(Record, OpNum, NextValueNo, Cond))
3072 dyn_cast<VectorType>(Cond->getType())) {
3078 if (Cond->getType() != Type::getInt1Ty(Context))
3082 I = SelectInst::Create(Cond, TrueVal, FalseVal);
3180 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); local
3181 if (!FalseDest || !Cond)
3192 Value *Cond = getFnValueByID(Record[1], OpTy); local
[all...]
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp405 // for (Init; Cond; Inc)
417 // Cond -> "rsIntIter < NumArrayElements"
440 clang::BinaryOperator *Cond = local
494 Cond,
776 // for (Init; Cond; Inc)
801 // Cond -> "rsIntIter < NumArrayElements"
805 clang::BinaryOperator *Cond =
878 Cond,

Completed in 191 milliseconds