Searched refs:ElseVal (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2261 Ice::Operand *ElseVal = getRelativeOperand(Values[1], BaseIndex); in ProcessRecord() local 2264 Ice::Type ElseType = ElseVal->getType(); in ProcessRecord() 2297 Func.get(), getNextInstVar(ThenType), CondVal, ThenVal, ElseVal)); in ProcessRecord()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3402 SourceLocation ElseLoc, Stmt *ElseVal); 3406 SourceLocation ElseLoc, Stmt *ElseVal);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4524 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal); 4528 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
|