Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp2063 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
2105 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local
2117 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local
2129 bool fromVec = isa<VectorType>(C->getType()); in getUIToFP() local
2140 bool fromVec = isa<VectorType>(C->getType()); in getSIToFP() local
2151 bool fromVec = isa<VectorType>(C->getType()); in getFPToUI() local
[all …]