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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 707 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(I.getOperand(1))) {
708 unsigned ShAmt = Op1C->getZExtValue();
713 APInt::getHighBitsSet(Op1C->getBitWidth(), ShAmt),
750 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {
751 unsigned ShAmt = Op1C->getZExtValue();
771 MaskedValueIsZero(Op0, APInt::getLowBitsSet(Op1C->getBitWidth(), ShAmt),
794 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {
795 unsigned ShAmt = Op1C->getZExtValue();
    [all...]
InstCombineCasts.cpp 513 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(ICI->getOperand(1))) {
514 const APInt &Op1CV = Op1C->getValue();
548 // If Op1C some other power of two, convert:
549 uint32_t BitWidth = Op1C->getType()->getBitWidth();
    [all...]
InstCombineMulDivRem.cpp 296 Value *Op1C = Op1;
301 Op1C = Op0;
304 Value *Neg = dyn_castNegVal(Op1C);
306 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
314 if (Op1BO == Op1C)
326 if (Op1BO == Op1C)
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 207 milliseconds