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

  /external/clang/include/clang/Lex/
HeaderMap.h 41 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap)
42 : FileBuffer(std::move(File)), NeedsBSwap(BSwap) {}
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 103 /// \brief Transform BITWISE_OP(BSWAP(A),BSWAP(B)) to BSWAP(BITWISE_OP(A, B))
125 bool IsBswapLHS = (IntrLHS && IntrLHS->getIntrinsicID() == Intrinsic::bswap);
126 bool IsBswapRHS = (IntrRHS && IntrRHS->getIntrinsicID() == Intrinsic::bswap);
137 /// OP( BSWAP(x), BSWAP(y) ) -> BSWAP( OP(x, y) )
138 /// OP( BSWAP(x), CONSTANT ) -> BSWAP( OP(x, BSWAP(CONSTANT) )
    [all...]

Completed in 147 milliseconds