Searched defs:BO0 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineShifts.cpp | 777 BinaryOperator *BO0 = cast<BinaryOperator>(Op0); FoldShiftByConstant() local |
H A D | InstCombineMulDivRem.cpp | 2045 OverflowingBinaryOperator *BO0 = cast<OverflowingBinaryOperator>(Op0); simplifyIRemMulShl() local |
H A D | InstCombineVectorOps.cpp | 2065 Value *BO0 = BO->getOperand(0), *BO1 = BO->getOperand(1); getAlternateBinop() local |
H A D | InstCombineCompares.cpp | 1251 auto *BO0 = cast<OverflowingBinaryOperator>(Cmp.getOperand(0)); foldICmpWithZero() local |
H A D | InstCombineCalls.cpp | 3259 Value *BO0, *BO1, *X, *Y; visitCallInst() local |
H A D | InstructionCombining.cpp | 1633 Value *BO0 = BO.getOperand(0); foldBinopOfSextBoolToSelect() local |