Home
last modified time | relevance | path

Searched refs:OpL (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp820 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local
822 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()
825 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DPatternMatch.h2391 Value *OpL = nullptr, *OpR = nullptr;
2403 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));
2407 return Signum.match(V) && OpL == OpR && Val.match(OpL);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1788 SDValue OpL = GetPromotedInteger(LHS); in PromoteSetCCOperands() local
1791 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in PromoteSetCCOperands()
1796 DAG.computeKnownBits(OpL).countMaxActiveBits(); in PromoteSetCCOperands()
1801 LHS = OpL; in PromoteSetCCOperands()
1817 unsigned OpLEffectiveBits = DAG.ComputeMaxSignificantBits(OpL); in PromoteSetCCOperands()
1821 LHS = OpL; in PromoteSetCCOperands()