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 158 // the Op parameter is 'OP', OpRHS is 'C1', and AndRHS is 'C2'. Op is
161 ConstantInt *OpRHS,
167 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
180 if (Together != OpRHS) {
195 return BinaryOperator::CreateOr(And, OpRHS);
212 const APInt& AddRHS = OpRHS->getValue();
239 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
259 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
279 uint32_t OpRHSVal = OpRHS->getLimitedValue(BitWidth);
286 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName())
    [all...]
InstCombineInternal.h 550 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 66 milliseconds