Searched defs:Int2 (Results 1 – 7 of 7) sorted by relevance
11 @interface Int2 : Int3 interface16 @implementation Int2 implementation
17 enum Kinds { Float, Int1, Int2 }; enumerator
362 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy); in TEST() local
361 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy); in TEST() local
3034 Int2::Int2(RValue<Int4> cast) in Int2() function in rr::Int23039 Int2::Int2(int x, int y) in Int2() function in rr::Int23045 Int2::Int2(RValue<Int2> rhs) in Int2() function in rr::Int23050 Int2::Int2(const Int2 &rhs) in Int2() function in rr::Int23056 Int2::Int2(const Reference<Int2> &rhs) in Int2() function in rr::Int23062 Int2::Int2(RValue<Int> lo, RValue<Int> hi) in Int2() function in rr::Int2
1298 class Int2 : public LValue<Int2> class