Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h54 static BranchProbability getRaw(uint32_t N) { return BranchProbability(N); } in getRaw() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h61 unsigned getRaw() const { return Flags; } in getRaw() function