Searched refs:Cond (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2800 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2803 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond)) in ParseFunctionBody() 2806 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 2815 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2818 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody() 2823 dyn_cast<VectorType>(Cond->getType())) { in ParseFunctionBody() 2829 if (Cond->getType() != Type::getInt1Ty(Context)) in ParseFunctionBody() 2833 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 2944 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local 2945 if (!FalseDest || !Cond) in ParseFunctionBody() [all …]
|
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 432 llvm::Value *Cond, *IVNext, *IV, *IVVar; in createLoop() local 450 Cond = Builder.CreateICmpULT(LowerBound, UpperBound); in createLoop() 451 Builder.CreateCondBr(Cond, HeaderBB, AfterBB); in createLoop() 467 Cond = Builder.CreateICmpULT(IVNext, UpperBound); in createLoop() 468 Builder.CreateCondBr(Cond, HeaderBB, AfterBB); in createLoop()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3061 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3064 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond)) in ParseFunctionBody() 3067 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 3076 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3079 getValueTypePair(Record, OpNum, NextValueNo, Cond)) in ParseFunctionBody() 3084 dyn_cast<VectorType>(Cond->getType())) { in ParseFunctionBody() 3090 if (Cond->getType() != Type::getInt1Ty(Context)) in ParseFunctionBody() 3094 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody() 3192 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local 3193 if (!FalseDest || !Cond) in ParseFunctionBody() [all …]
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 439 clang::BinaryOperator *Cond = in ClearArrayRSObject() local 493 Cond, in ClearArrayRSObject()
|