Searched refs:OtherTy (Results 1 – 4 of 4) sorted by relevance
152 template <class OtherTy>154 const MachineInstrBundleIterator<OtherTy, IsReverse> &I,155 std::enable_if_t<std::is_convertible<OtherTy *, Ty *>::value, void *> =
105 const auto IsSameRegionType = [&Ctx](const MemRegion *R, QualType OtherTy) { in castRegion() argument108 if (OtherTy == ObjTy.getLocalUnqualifiedType()) in castRegion()
3428 Type *OtherTy; in visitMemTransferInst() local3431 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()
11929 QualType OtherTy = LHSIsEnum ? RHSStrippedType : LHSStrippedType; in checkArithmeticOrEnumeralThreeWayCompare() local11930 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()