Lines Matching refs:fromVec
2063 bool fromVec = isa<VectorType>(C->getType()); in getTrunc() local
2066 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
2077 bool fromVec = isa<VectorType>(C->getType()); in getSExt() local
2080 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
2091 bool fromVec = isa<VectorType>(C->getType()); in getZExt() local
2094 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
2105 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local
2108 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
2117 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local
2120 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
2129 bool fromVec = isa<VectorType>(C->getType()); in getUIToFP() local
2132 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getUIToFP()
2140 bool fromVec = isa<VectorType>(C->getType()); in getSIToFP() local
2143 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSIToFP()
2151 bool fromVec = isa<VectorType>(C->getType()); in getFPToUI() local
2154 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToUI()
2162 bool fromVec = isa<VectorType>(C->getType()); in getFPToSI() local
2165 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToSI()