Searched refs:LOp (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp681 const auto *LOp = L->getOperand(I); local
684 if (LOp == SavedLHS || ROp == SavedRHS) {
685 if (LOp != SavedLHS || ROp != SavedRHS)
694 if (!equivalentAsOperands(LOp, ROp, AC))
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp568 /// Return whether "X LOp (Y ROp Z)" is always equal to
569 /// "(X LOp Y) ROp (X LOp Z)".
570 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, argument
574 if (LOp == Instruction::And)
578 if (LOp == Instruction::Or)
583 if (LOp == Instruction::Mul)
589 /// Return whether "(X LOp Y) ROp Z" is always equal to
590 /// "(X ROp Z) LOp (Y ROp Z)".
591 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp1122 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator());
1124 if ((!LOp && !isa<UnsetInit>(LHSs->getOperator())) ||
1127 if (LOp && ROp && LOp->getDef() != ROp->getDef()) {
1132 Init *Op = LOp ? LOp : ROp;
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1627 const Expr *Cond, BinaryOperator::Opcode LOp, llvm::BasicBlock *TrueBlock,
1654 if (LOp == BO_LAnd) {
1672 else if (LOp == BO_LOr) {
1626 EmitBranchToCounterBlock( const Expr *Cond, BinaryOperator::Opcode LOp, llvm::BasicBlock *TrueBlock, llvm::BasicBlock *FalseBlock, uint64_t TrueCount , Stmt::Likelihood LH , const Expr *CntrIdx ) argument
H A DCodeGenFunction.h4566 void EmitBranchToCounterBlock(const Expr *Cond, BinaryOperator::Opcode LOp,

Completed in 146 milliseconds