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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 129 // the Op parameter is 'OP', OpRHS is 'C1', and AndRHS is 'C2'. Op is
132 ConstantInt *OpRHS,
138 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
151 if (Together != OpRHS) {
166 return BinaryOperator::CreateOr(And, OpRHS);
183 const APInt& AddRHS = cast<ConstantInt>(OpRHS)->getValue();
210 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
231 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
252 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
260 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName())
    [all...]
InstCombine.h 353 Instruction *OptAndOp(Instruction *Op, ConstantInt *OpRHS,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 125 milliseconds