Home
last modified time | relevance | path

Searched defs:FixedVectorType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h23 class FixedVectorType; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h31 class FixedVectorType; variable
53 friend class FixedVectorType; // For LLVMTy. variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h594 FixedVectorType(Type *ElTy, unsigned NumElts) in FixedVectorType() function