Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp940 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local
942 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()
945 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2128 SDValue OpL = GetPromotedInteger(LHS); in SExtOrZExtPromotedOperands() local
2131 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in SExtOrZExtPromotedOperands()
2136 DAG.computeKnownBits(OpL).countMaxActiveBits(); in SExtOrZExtPromotedOperands()
2141 LHS = OpL; in SExtOrZExtPromotedOperands()
2157 unsigned OpLEffectiveBits = DAG.ComputeMaxSignificantBits(OpL); in SExtOrZExtPromotedOperands()
2161 LHS = OpL; in SExtOrZExtPromotedOperands()