HomeSort by: relevance | last modified time | path
    Searched refs:anyext (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h 156 KnownBits anyext(unsigned BitWidth) const { function in struct:llvm::KnownBits
177 return anyext(BitWidth);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
GISelKnownBits.cpp 380 Known = Known.anyext(BitWidth);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 427 LOI->Known = LOI->Known.anyext(BitWidth);
SelectionDAG.cpp 3286 Known = Known.anyext(BitWidth);
3291 Known = Known.anyext(BitWidth);
3414 // If BitWidth > EltBitWidth the value is anyext:ed. So we do not know
3429 Known = Known.anyext(BitWidth);
4078 // If BitWidth > EltBitWidth the value is anyext:ed, and we do not know
4885 "Invalid anyext node, dst < src!");
TargetLowering.cpp 1474 // Convert (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits
1475 // are not demanded. This will likely allow the anyext to be folded away.
1494 // intervenes: (shl (anyext (shr x, c1)), c2) to
1495 // (shl (anyext x), c2-c1). This requires that the bottom c1 bits
1992 Known = Known.anyext(BitWidth);
2088 // If BitWidth > EltBitWidth the value is anyext:ed. So we do not know
2111 Known = Known.anyext(BitWidth);

Completed in 27 milliseconds