Searched defs: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 2815 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2944 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local 2956 Value *Cond = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() local
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3061 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3076 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3192 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() local 3204 Value *Cond = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() local
|
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 432 llvm::Value *Cond, *IVNext, *IV, *IVVar; in createLoop() local
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 439 clang::BinaryOperator *Cond = in ClearArrayRSObject() local
|