HomeSort by relevance Sort by last modified time
    Searched refs:shift_left (Results 1 - 3 of 3) sorted by null

  /external/llvm/bindings/ocaml/llvm/
llvm.ml 656 Attribute.Zext -> Int32.shift_left 1l 0
657 | Attribute.Sext -> Int32.shift_left 1l 1
658 | Attribute.Noreturn -> Int32.shift_left 1l 2
659 | Attribute.Inreg -> Int32.shift_left 1l 3
660 | Attribute.Structret -> Int32.shift_left 1l 4
661 | Attribute.Nounwind -> Int32.shift_left 1l 5
662 | Attribute.Noalias -> Int32.shift_left 1l 6
663 | Attribute.Byval -> Int32.shift_left 1l 7
664 | Attribute.Nest -> Int32.shift_left 1l 8
665 | Attribute.Readnone -> Int32.shift_left 1l
    [all...]
  /external/skia/src/core/
Sk64.cpp 20 #define shift_left(hi, lo) \ macro
264 shift_left(rhi, rlo);
276 shift_left(hi, lo);
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 1139 milliseconds