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

1 2

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 201 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
419 if (ConstantExpr::getAnd(N, Mask) == Mask) {
443 && ConstantExpr::getAnd(N, Mask)->isNullValue())
537 ConstantExpr::getAnd(ACst, CCst) == CCst) {
554 ConstantExpr::getAnd(BCst, CCst) == CCst) {
703 ConstantExpr::getAnd(ConstantExpr::getAnd(BCst, DCst),
    [all...]
InstCombineCompares.cpp 283 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 100 return Fold(ConstantExpr::getAnd(LHS, RHS));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 88 return ConstantExpr::getAnd(LHS, RHS);
Constants.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 88 return ConstantExpr::getAnd(LHS, RHS);
TargetFolder.h 100 return Fold(ConstantExpr::getAnd(LHS, RHS));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetFolder.h 99 return Fold(ConstantExpr::getAnd(LHS, RHS));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ConstantFolder.h 105 return ConstantExpr::getAnd(LHS, RHS);
Constants.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 157 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
370 if (ConstantExpr::getAnd(N, Mask) == Mask) {
394 && ConstantExpr::getAnd(N, Mask)->isNullValue())
485 ConstantExpr::getAnd(ACst, CCst) == CCst) {
500 ConstantExpr::getAnd(BCst, CCst) == CCst) {
    [all...]
InstCombineCompares.cpp 318 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 644 static Constant *getAnd(Constant *C1, Constant *C2);
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 250 CHECK(ConstantExpr::getAnd(P0, P0), "and i32 " P0STR ", " P0STR);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantsTest.cpp 251 CHECK(ConstantExpr::getAnd(P0, P0), "and i32 " P0STR ", " P0STR);
  /external/llvm/lib/IR/
ConstantFold.cpp 265 return ConstantExpr::getAnd(LHS, RHS);
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp 265 return ConstantExpr::getAnd(LHS, RHS);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 247 return ConstantExpr::getAnd(LHS, RHS);
    [all...]
Constants.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 261 } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) {
271 } else if (BCst && CCst && ConstantExpr::getAnd(BCst, CCst) == CCst) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 1403 milliseconds

1 2