Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2087 bool fromVec = isa<VectorType>(C->getType()); in getTrunc() local
2101 bool fromVec = isa<VectorType>(C->getType()); in getSExt() local
2115 bool fromVec = isa<VectorType>(C->getType()); in getZExt() local
2129 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local
2141 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local
2153 bool fromVec = isa<VectorType>(C->getType()); in getUIToFP() local
2164 bool fromVec = isa<VectorType>(C->getType()); in getSIToFP() local
2175 bool fromVec = isa<VectorType>(C->getType()); in getFPToUI() local
2186 bool fromVec = isa<VectorType>(C->getType()); in getFPToSI() local