Home
last modified time | relevance | path

Searched refs:TyID (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h113 static bool isSequentialType(TypeID TyID) { in isSequentialType() argument
114 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp104 case Type::TY##TyID: \
358 case Type::TY##TyID: \
1768 case Type::TY##TyID: Dest.TY##Val = Src.TY##Val; break