Home
last modified time | relevance | path

Searched defs:C2Int (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dis_transparent.h72 struct C2Int { // comparable to int struct
73 C2Int() : i_(0) {} in C2Int() function
74 C2Int(int i): i_(i) {} in C2Int() function
80 bool operator <(int rhs, const C2Int& lhs) { return rhs < lhs.get(); } argument
/aosp_15_r20/external/libcxx/test/support/
H A Dis_transparent.h71 struct C2Int { // comparable to int struct
72 C2Int() : i_(0) {} in C2Int() argument
73 C2Int(int i): i_(i) {} in C2Int() argument
79 bool operator <(int rhs, const C2Int& lhs) { return rhs < lhs.get(); } argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11848 APInt C2Int = C2->getAPIntValue(); in PerformSHLSimplify() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13824 APInt C2Int = C2->getAPIntValue(); in PerformSHLSimplify() local