Home
last modified time | relevance | path

Searched refs:ReturnFalse (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp374 std::pair<Value *, int64_t> ReturnFalse = in getVarAndConst() local
381 return ReturnFalse; in getVarAndConst()
391 return ReturnFalse; in getVarAndConst()
396 return ReturnFalse; in getVarAndConst()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp8273 StmtResult ReturnFalse = S.BuildReturnStmt(Loc, False.get()); in buildIfNotCondReturnFalse() local
8274 if (ReturnFalse.isInvalid()) in buildIfNotCondReturnFalse()
8280 Loc, ReturnFalse.get(), SourceLocation(), nullptr); in buildIfNotCondReturnFalse()