Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h535 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
H A DPatternMatch.h336 auto *FVTy = dyn_cast<FixedVectorType>(VTy); in match() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp206 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
378 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
1817 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
2518 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
2861 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
4908 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in canCreateUndefOrPoison() local
H A DConstantFolding.cpp2852 StringRef Name, Intrinsic::ID IntrinsicID, FixedVectorType *FVTy, in ConstantFoldFixedVectorCall()
3002 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) in ConstantFoldCall() local
H A DVectorUtils.cpp274 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp1474 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in ConstantFoldBinaryInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1957 if (auto *FVTy = dyn_cast<FixedVectorType>(Arg->getType())) { in visitCallInst() local
H A DInstCombineCompares.cpp5285 } else if (auto *FVTy = dyn_cast<FixedVectorType>(Type)) { in getFlippedStrictnessPredicateAndConstant() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11347 auto *FVTy = cast<FixedVectorType>(VTy); in lowerInterleavedLoad() local