Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2085 bool fromVec = isa<VectorType>(C->getType()); in getTrunc() local
2099 bool fromVec = isa<VectorType>(C->getType()); in getSExt() local
2113 bool fromVec = isa<VectorType>(C->getType()); in getZExt() local
2127 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local
2139 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local
2151 bool fromVec = isa<VectorType>(C->getType()); in getUIToFP() local
2162 bool fromVec = isa<VectorType>(C->getType()); in getSIToFP() local
2173 bool fromVec = isa<VectorType>(C->getType()); in getFPToUI() local
2184 bool fromVec = isa<VectorType>(C->getType()); in getFPToSI() local