Home
last modified time | relevance | path

Searched defs:LeftOp (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp37 Expected<uint64_t> LeftOp = LeftOperand->eval(); in eval() local
208 static uint64_t add(uint64_t LeftOp, uint64_t RightOp) { in add()
212 static uint64_t sub(uint64_t LeftOp, uint64_t RightOp) { in sub()
217 Pattern::parseBinop(StringRef &Expr, std::unique_ptr<ExpressionAST> LeftOp, in parseBinop()
DFileCheckImpl.h154 BinaryOperation(binop_eval_t EvalBinop, std::unique_ptr<ExpressionAST> LeftOp, in BinaryOperation()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h361 std::unique_ptr<ExpressionAST> LeftOp, in BinaryOperation()
DFileCheck.cpp356 Expected<ExpressionValue> LeftOp = LeftOperand->eval(); in eval() local
629 std::unique_ptr<ExpressionAST> LeftOp, in parseBinop()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8296 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH() local