HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOperator (Results 1 - 25 of 558) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 21 class BinaryOperator;
33 bool expandRemainder(BinaryOperator *Rem);
42 bool expandDivision(BinaryOperator* Div);
50 bool expandRemainderUpTo32Bits(BinaryOperator *Rem);
56 bool expandRemainderUpTo64Bits(BinaryOperator *Rem);
63 bool expandDivisionUpTo32Bits(BinaryOperator *Div);
69 bool expandDivisionUpTo64Bits(BinaryOperator *Div);
  /libcore/luni/src/test/java/libcore/java/util/function/
BinaryOperatorTest.java 22 import java.util.function.BinaryOperator;
28 assertEquals("a", BinaryOperator.minBy(stringComparator).apply("a", "b"));
33 BinaryOperator.minBy(null);
40 assertEquals("b", BinaryOperator.maxBy(stringComparator).apply("a", "b"));
45 BinaryOperator.maxBy(null);
  /libcore/ojluni/src/main/java/java/util/stream/
package-info.java 375 * {@link java.util.stream.Stream#reduce(java.util.function.BinaryOperator) reduce()}
439 * BinaryOperator<U> combiner);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 42 BinaryOperator *BO = BinaryOperator::CreateAdd(LHS, RHS);
48 return BinaryOperator::CreateNSWAdd(LHS, RHS);
51 return BinaryOperator::CreateNUWAdd(LHS, RHS);
54 return BinaryOperator::CreateFAdd(LHS, RHS);
58 BinaryOperator *BO = BinaryOperator::CreateSub(LHS, RHS);
64 return BinaryOperator::CreateNSWSub(LHS, RHS);
67 return BinaryOperator::CreateNUWSub(LHS, RHS);
70 return BinaryOperator::CreateFSub(LHS, RHS)
    [all...]
  /libcore/ojluni/src/main/java/java/util/function/
BinaryOperator.java 46 public interface BinaryOperator<T> extends BiFunction<T,T,T> {
48 * Returns a {@link BinaryOperator} which returns the lesser of two elements
53 * @return a {@code BinaryOperator} which returns the lesser of its operands,
57 public static <T> BinaryOperator<T> minBy(Comparator<? super T> comparator) {
63 * Returns a {@link BinaryOperator} which returns the greater of two elements
68 * @return a {@code BinaryOperator} which returns the greater of its operands,
72 public static <T> BinaryOperator<T> maxBy(Comparator<? super T> comparator) {
  /external/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
    [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 42 BinaryOperator *BO = BinaryOperator::CreateAdd(LHS, RHS);
48 return BinaryOperator::CreateNSWAdd(LHS, RHS);
51 return BinaryOperator::CreateNUWAdd(LHS, RHS);
54 return BinaryOperator::CreateFAdd(LHS, RHS);
58 BinaryOperator *BO = BinaryOperator::CreateSub(LHS, RHS);
64 return BinaryOperator::CreateNSWSub(LHS, RHS);
67 return BinaryOperator::CreateNUWSub(LHS, RHS);
70 return BinaryOperator::CreateFSub(LHS, RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 44 BinaryOperator *BO = BinaryOperator::CreateAdd(LHS, RHS);
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
55 return BinaryOperator::CreateNUWAdd(LHS, RHS);
59 return BinaryOperator::CreateFAdd(LHS, RHS);
64 BinaryOperator *BO = BinaryOperator::CreateSub(LHS, RHS);
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
75 return BinaryOperator::CreateNUWSub(LHS, RHS);
79 return BinaryOperator::CreateFSub(LHS, RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 44 BinaryOperator *BO = BinaryOperator::CreateAdd(LHS, RHS);
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
55 return BinaryOperator::CreateNUWAdd(LHS, RHS);
59 return BinaryOperator::CreateFAdd(LHS, RHS);
64 BinaryOperator *BO = BinaryOperator::CreateSub(LHS, RHS);
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
75 return BinaryOperator::CreateNUWSub(LHS, RHS);
79 return BinaryOperator::CreateFSub(LHS, RHS)
    [all...]

Completed in 1877 milliseconds

1 2 3 4 5 6 7 8 91011>>