Home
last modified time | relevance | path

Searched defs:rslt (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/test/Lower/Intrinsics/
H A Dcount.f905 subroutine count_test1(rslt, mask) argument
6 integer :: rslt local
17 subroutine test_count2(rslt, mask) argument
18 integer :: rslt(:) local
35 subroutine test_count3(rslt, mask) argument
36 integer :: rslt local
H A Dparity.f9019 subroutine parity_test2(mask, d, rslt) argument
22 logical :: rslt(:) local
H A Dany.f9018 subroutine any_test2(mask, d, rslt) argument
21 logical :: rslt(:) local
H A Dall.f9018 subroutine all_test2(mask, d, rslt) argument
21 logical :: rslt(:) local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5411 auto rslt = builder.create<mlir::arith::SelectOp>(loc, mask, tsourceCast, genMerge() local