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

  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.h 50 Ctlz,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AutoUpgrade.cpp 457 // llvm.ctlz.*
460 "llvm.ctlz." + Name.substr(14), F->getParent());
509 if (Name.startswith("ctlz.") && F->arg_size() == 1) {
511 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz,
655 .Case("clz.i", Intrinsic::ctlz)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 150 milliseconds