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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h54 static BranchProbability getRaw(uint32_t N) { return BranchProbability(N); } function in class:llvm::BranchProbability
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h725 static Constant *getRaw(StringRef Data, uint64_t NumElements, Type *ElementTy) { function in class:llvm::final

Completed in 107 milliseconds