HomeSort by relevance Sort by last modified time
    Searched refs:XorRHS (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineSimplifyDemanded.cpp 388 ConstantInt *XorRHS = cast<ConstantInt>(I->getOperand(1));
397 ConstantInt::get(I->getType(), NewMask & XorRHS->getValue());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineSimplifyDemanded.cpp 297 ConstantInt *XorRHS = cast<ConstantInt>(I->getOperand(1));
306 ConstantInt::get(I->getType(), NewMask & XorRHS->getValue());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 114 Value *XorLHS = 0; ConstantInt *XorRHS = 0;
115 if (match(LHS, m_Xor(m_Value(XorLHS), m_ConstantInt(XorRHS)))) {
121 if (XorRHS->getValue() == -RHSVal) {
124 else if (XorRHS->getValue().isPowerOf2())
125 ExtendAmt = TySizeBits - XorRHS->getValue().logBase2() - 1;
InstCombineSimplifyDemanded.cpp 348 ConstantInt *XorRHS = cast<ConstantInt>(I->getOperand(1));
357 ConstantInt::get(I->getType(), NewMask & XorRHS->getValue());
    [all...]

Completed in 183 milliseconds