Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2086 bool toVec = isa<VectorType>(Ty); in getTrunc() local
2100 bool toVec = isa<VectorType>(Ty); in getSExt() local
2114 bool toVec = isa<VectorType>(Ty); in getZExt() local
2128 bool toVec = isa<VectorType>(Ty); in getFPTrunc() local
2140 bool toVec = isa<VectorType>(Ty); in getFPExtend() local
2152 bool toVec = isa<VectorType>(Ty); in getUIToFP() local
2163 bool toVec = isa<VectorType>(Ty); in getSIToFP() local
2174 bool toVec = isa<VectorType>(Ty); in getFPToUI() local
2185 bool toVec = isa<VectorType>(Ty); in getFPToSI() local