Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dis_transparent.h71 struct C2Int { // comparable to int struct
72 C2Int() : i_(0) {} in C2Int() function
73 C2Int(int i): i_(i) {} in C2Int() function
79 bool operator <(int rhs, const C2Int& lhs) { return rhs < lhs.get(); } argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp10477 APInt C2Int = C2->getAPIntValue(); in PerformSHLSimplify() local