Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2244 bool toVec = isa<VectorType>(Ty); in getTrunc() local
2246 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()