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 192 // the Op parameter is 'OP', OpRHS is 'C1', and AndRHS is 'C2'. Op is
195 ConstantInt *OpRHS,
201 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
214 if (Together != OpRHS) {
229 return BinaryOperator::CreateOr(And, OpRHS);
246 const APInt& AddRHS = cast<ConstantInt>(OpRHS)->getValue();
273 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
294 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
315 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
323 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName())
    [all...]
InstCombine.h 349 Instruction *OptAndOp(Instruction *Op, ConstantInt *OpRHS,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 413 milliseconds