HomeSort by: relevance | last modified time | path
    Searched defs:LeftOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 354 std::unique_ptr<ExpressionAST> LeftOperand;
367 LeftOperand = std::move(LeftOp);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 1849 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS});
1853 {LeftOperand, RightOperand});

Completed in 63 milliseconds