Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp775 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() local
777 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()
780 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1956 Value *OpL = nullptr, *OpR = nullptr;
1968 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));
1972 return Signum.match(V) && OpL == OpR && Val.match(OpL);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1358 SDValue OpL = GetPromotedInteger(NewLHS); in PromoteSetCCOperands() local
1366 OpL.getScalarValueSizeInBits() - DAG.ComputeNumSignBits(OpL) + 1; in PromoteSetCCOperands()
1371 NewLHS = OpL; in PromoteSetCCOperands()