Searched refs:fromVec (Results 1 – 1 of 1) sorted by relevance
2063 bool fromVec = isa<VectorType>(C->getType()); in getTrunc() local2066 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()2077 bool fromVec = isa<VectorType>(C->getType()); in getSExt() local2080 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()2091 bool fromVec = isa<VectorType>(C->getType()); in getZExt() local2105 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local2117 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local2129 bool fromVec = isa<VectorType>(C->getType()); in getUIToFP() local2140 bool fromVec = isa<VectorType>(C->getType()); in getSIToFP() local2151 bool fromVec = isa<VectorType>(C->getType()); in getFPToUI() local[all …]