Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp48 static inline Type *checkType(Type *Ty) { in checkType() function
54 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()