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

  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 483 auto *Masked = makeVariable(DestTy);
487 InstArithmetic::create(Func, InstArithmetic::And, Masked, Right,
490 InstArithmetic::create(Func, InstArithmetic::Shl, Top, Left, Masked));
494 Ctx->getConstantInt(DestTy, BitCount), Masked));
509 auto *Masked = makeVariable(DestTy);
513 InstArithmetic::create(Func, InstArithmetic::And, Masked, Right,
516 Top, Left, Masked));
520 Ctx->getConstantInt(DestTy, BitCount), Masked));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 507 /// Convert an analysis of a masked ICmp into its equivalent if all boolean
605 // Any icmp can be viewed as being trivially masked; if it allows us to
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 145 milliseconds