Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp570 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight()
591 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenFunction.cpp1627 const Expr *Cond, BinaryOperator::Opcode LOp, llvm::BasicBlock *TrueBlock, in EmitBranchToCounterBlock()
/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DRecord.cpp1122 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local