Searched defs:DivRemMapKey (Results 1 - 8 of 8) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h30 struct DivRemMapKey { struct in namespace:llvm
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor) function in struct:llvm::DivRemMapKey
39 template <> struct DenseMapInfo<DivRemMapKey> {
40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
45 static DivRemMapKey getEmptyKey() {
46 return DivRemMapKey(false, nullptr, nullptr);
49 static DivRemMapKey getTombstoneKey() {
50 return DivRemMapKey(true, nullptr, nullptr);
53 static unsigned getHashValue(const DivRemMapKey
[all...]

Completed in 760 milliseconds