Home
last modified time | relevance | path

Searched refs:OtherTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h152 template <class OtherTy>
154 const MachineInstrBundleIterator<OtherTy, IsReverse> &I,
155 std::enable_if_t<std::is_convertible<OtherTy *, Ty *>::value, void *> =
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp105 const auto IsSameRegionType = [&Ctx](const MemRegion *R, QualType OtherTy) { in castRegion() argument
108 if (OtherTy == ObjTy.getLocalUnqualifiedType()) in castRegion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3428 Type *OtherTy; in visitMemTransferInst() local
3431 OtherTy = VecTy->getElementType(); in visitMemTransferInst()
3433 OtherTy = FixedVectorType::get(VecTy->getElementType(), NumElements); in visitMemTransferInst()
3435 OtherTy = SubIntTy; in visitMemTransferInst()
3437 OtherTy = NewAllocaTy; in visitMemTransferInst()
3470 LoadInst *Load = IRB.CreateAlignedLoad(OtherTy, SrcPtr, SrcAlign, in visitMemTransferInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11929 QualType OtherTy = LHSIsEnum ? RHSStrippedType : LHSStrippedType; in checkArithmeticOrEnumeralThreeWayCompare() local
11930 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()