Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstants.cpp2088 bool toVec = isa<VectorType>(Ty); in getTrunc() local
2102 bool toVec = isa<VectorType>(Ty); in getSExt() local
2116 bool toVec = isa<VectorType>(Ty); in getZExt() local
2130 bool toVec = isa<VectorType>(Ty); in getFPTrunc() local
2142 bool toVec = isa<VectorType>(Ty); in getFPExtend() local
2154 bool toVec = isa<VectorType>(Ty); in getUIToFP() local
2165 bool toVec = isa<VectorType>(Ty); in getSIToFP() local
2176 bool toVec = isa<VectorType>(Ty); in getFPToUI() local
2187 bool toVec = isa<VectorType>(Ty); in getFPToSI() local