Searched refs:Cond (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSForEachExpand.cpp | 357 llvm::Value *Cond, *IVNext; in createLoop() local 370 Cond = Builder.CreateICmpULT(LowerBound, UpperBound); in createLoop() 371 Builder.CreateCondBr(Cond, HeaderBB, AfterBB); in createLoop() 384 Cond = Builder.CreateICmpULT(IVNext, UpperBound); in createLoop() 385 Builder.CreateCondBr(Cond, HeaderBB, AfterBB); in createLoop()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2788 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2791 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond)) in ParseFunctionBody() 2794 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 2803 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2806 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody() 2811 dyn_cast<VectorType>(Cond->getType())) { in ParseFunctionBody() 2817 if (Cond->getType() != Type::getInt1Ty(Context)) in ParseFunctionBody() 2821 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 2932 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local 2933 if (!FalseDest || !Cond) in ParseFunctionBody() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3050 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3053 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond)) in ParseFunctionBody() 3056 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 3065 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3068 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody() 3073 dyn_cast<VectorType>(Cond->getType())) { in ParseFunctionBody() 3079 if (Cond->getType() != Type::getInt1Ty(Context)) in ParseFunctionBody() 3083 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 3181 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local 3182 if (!FalseDest || !Cond) in ParseFunctionBody() [all …]
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 529 clang::BinaryOperator *Cond = in ClearArrayRSObject() local 583 Cond, in ClearArrayRSObject()
|