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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1890 bool toVec = isa<VectorType>(Ty); local
1892 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1904 bool toVec = isa<VectorType>(Ty); local
1906 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1918 bool toVec = isa<VectorType>(Ty); local
1920 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1932 bool toVec = isa<VectorType>(Ty); local
1934 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1944 bool toVec = isa<VectorType>(Ty); local
1946 assert((fromVec == toVec)
1956 bool toVec = isa<VectorType>(Ty); local
1967 bool toVec = isa<VectorType>(Ty); local
1978 bool toVec = isa<VectorType>(Ty); local
1989 bool toVec = isa<VectorType>(Ty); local
[all...]

Completed in 98 milliseconds