Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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()
H A DFileCheckImpl.h154 BinaryOperation(binop_eval_t EvalBinop, std::unique_ptr<ExpressionAST> LeftOp, in BinaryOperation()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheckImpl.h364 std::unique_ptr<ExpressionAST> LeftOp, in BinaryOperation()
H A DFileCheck.cpp374 Expected<ExpressionValue> LeftOp = LeftOperand->eval(); in eval() local
648 std::unique_ptr<ExpressionAST> LeftOp, in parseBinop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9428 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH() local
24396 bool Commute) { in visitVECTOR_SHUFFLE()