Home
last modified time | relevance | path

Searched defs:FVTy (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp180 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
377 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
1942 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
2453 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in isKnownNonZero() local
2737 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
3091 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
5215 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in shiftAmountKnownInRange() local
H A DConstantFolding.cpp3135 StringRef Name, Intrinsic::ID IntrinsicID, FixedVectorType *FVTy, in ConstantFoldFixedVectorCall()
3289 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) in ConstantFoldCall() local
H A DVectorUtils.cpp289 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h533 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
H A DPatternMatch.h344 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1232 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in ConstantFoldBinaryInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5776 } else if (auto *FVTy = dyn_cast<FixedVectorType>(Type)) { in getFlippedStrictnessPredicateAndConstant() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14391 auto *FVTy = cast<FixedVectorType>(VTy); in lowerInterleavedLoad() local