Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DConstants.cpp1308 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1310 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1322 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1324 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1336 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1338 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1350 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1352 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1362 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1364 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]