Searched defs:getSizeOf (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | Archive.h | 87 uint64_t getSizeOf() const override { return sizeof(T); } in getSizeOf() function |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonVectorCombine.cpp | 2239 auto HexagonVectorCombine::getSizeOf(const Value *Val, SizeKind Kind) const in getSizeOf() function in HexagonVectorCombine |
/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 2442 Constant *ConstantExpr::getSizeOf(Type* Ty) { getSizeOf() function in ConstantExpr |