Home
last modified time | relevance | path

Searched refs:containsScalableVectorType (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDType.cpp65 return STy->containsScalableVectorType(&Visited); in isScalableTy()
400 bool StructType::containsScalableVectorType( in containsScalableVectorType() function in StructType
418 if (STy->containsScalableVectorType(Visited)) { in containsScalableVectorType()
HDVerifier.cpp4079 Check(!STy->containsScalableVectorType(&Visited), in visitGetElementPtrInst()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedTypes.h293 containsScalableVectorType(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp4026 STy && STy->containsScalableVectorType()) in visitExtractValueInst()
/freebsd-head/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp8509 if (STy && STy->containsScalableVectorType()) in parseGetElementPtr()