Home
last modified time | relevance | path

Searched defs:LOp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp488 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight()
509 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp904 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local