Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp246 llvm::Value *Cond, *IVNext; in createLoop() local
259 Cond = Builder.CreateICmpULT(LowerBound, UpperBound); in createLoop()
260 Builder.CreateCondBr(Cond, HeaderBB, AfterBB); in createLoop()
273 Cond = Builder.CreateICmpULT(IVNext, UpperBound); in createLoop()
274 Builder.CreateCondBr(Cond, HeaderBB, AfterBB); in createLoop()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2344 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
2347 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond)) in ParseFunctionBody()
2350 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
2359 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
2362 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody()
2367 dyn_cast<VectorType>(Cond->getType())) { in ParseFunctionBody()
2373 if (Cond->getType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
2377 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
2488 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local
2489 if (FalseDest == 0 || Cond == 0) in ParseFunctionBody()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2604 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
2607 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond)) in ParseFunctionBody()
2610 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
2619 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
2622 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody()
2627 dyn_cast<VectorType>(Cond->getType())) { in ParseFunctionBody()
2633 if (Cond->getType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
2637 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
2735 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local
2736 if (FalseDest == 0 || Cond == 0) in ParseFunctionBody()
[all …]
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp541 clang::BinaryOperator *Cond = in ClearArrayRSObject() local
596 Cond, in ClearArrayRSObject()