Home
last modified time | relevance | path

Searched defs:xTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp161 else if (xTy.isF128()) in genBesselJn() local
186 else if (xTy in genBesselJnX0() argument
216 auto xTy = x.getType(); genBesselYn() local
241 genBesselYnX0(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type xTy,mlir::Value resultBox,mlir::Value n1,mlir::Value n2) genBesselYnX0() argument
[all...]
/llvm-project/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp229 llvm::Type* xTy = structTy->getTypeAtIndex(x); in test_codegen_fns() local