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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 121 // the Op parameter is 'OP', OpRHS is 'C1', and AndRHS is 'C2'. Op is
124 ConstantInt *OpRHS,
130 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
143 if (Together != OpRHS) {
158 return BinaryOperator::CreateOr(And, OpRHS);
175 const APInt& AddRHS = OpRHS->getValue();
202 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
222 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
242 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
249 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName())
    [all...]
InstCombine.h 380 Instruction *OptAndOp(Instruction *Op, ConstantInt *OpRHS,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1298 milliseconds