Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp429 Value *Op0BOOp1 = Op0BO->getOperand(1); in FoldShiftByConstant() local
430 if (isLeftShift && Op0BOOp1->hasOneUse() && in FoldShiftByConstant()
431 match(Op0BOOp1, in FoldShiftByConstant()
434 cast<BinaryOperator>(Op0BOOp1)->getOperand(0)->hasOneUse()) { in FoldShiftByConstant()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp445 Value *Op0BOOp1 = Op0BO->getOperand(1); in FoldShiftByConstant() local
446 if (isLeftShift && Op0BOOp1->hasOneUse() && in FoldShiftByConstant()
447 match(Op0BOOp1, in FoldShiftByConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp454 Value *Op0BOOp1 = Op0BO->getOperand(1); in FoldShiftByConstant() local
455 if (isLeftShift && Op0BOOp1->hasOneUse() && in FoldShiftByConstant()
456 match(Op0BOOp1, in FoldShiftByConstant()