Searched defs:getRaw (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GEPNoWrapFlags.h | 61 unsigned getRaw() const { return Flags; } in getRaw() function |
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | BranchProbability.h | 54 static BranchProbability getRaw(uint32_t N) { return BranchProbability(N); } in getRaw() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | BuiltinAttributes.cpp | 1320 DenseElementsAttr DenseIntOrFPElementsAttr::getRaw(ShapedType type, getRaw() function in DenseIntOrFPElementsAttr |