Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/IR/
H A DConstants.cpp1566 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1580 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1608 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1620 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1632 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getUIToFP() local
1643 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSIToFP() local
1654 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToUI() local
1665 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToSI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp1738 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1752 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1766 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1780 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1792 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1804 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getUIToFP() local
1815 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSIToFP() local
1826 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToUI() local
1837 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToSI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dsequence_num.hpp31 inline uint64_t fromVec(const std::vector<T>& values) { in fromVec() function