Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2093 bool fromVec = isa<VectorType>(C->getType()); in getTrunc() local
2107 bool fromVec = isa<VectorType>(C->getType()); in getSExt() local
2121 bool fromVec = isa<VectorType>(C->getType()); in getZExt() local
2135 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local
2147 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local
2159 bool fromVec = isa<VectorType>(C->getType()); in getUIToFP() local
2170 bool fromVec = isa<VectorType>(C->getType()); in getSIToFP() local
2181 bool fromVec = isa<VectorType>(C->getType()); in getFPToUI() local
2192 bool fromVec = isa<VectorType>(C->getType()); in getFPToSI() local