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 700 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(I.getOperand(1))) {
701 unsigned ShAmt = Op1C->getZExtValue();
706 APInt::getHighBitsSet(Op1C->getBitWidth(), ShAmt))) {
742 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {
743 unsigned ShAmt = Op1C->getZExtValue();
763 MaskedValueIsZero(Op0,APInt::getLowBitsSet(Op1C->getBitWidth(),ShAmt))){
785 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {
786 unsigned ShAmt = Op1C->getZExtValue();
800 if (Op1C->getZExtValue() == DestBits-SrcBits)
807 MaskedValueIsZero(Op0,APInt::getLowBitsSet(Op1C->getBitWidth(),ShAmt)))
    [all...]
InstCombineCasts.cpp 518 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(ICI->getOperand(1))) {
519 const APInt &Op1CV = Op1C->getValue();
553 // If Op1C some other power of two, convert:
554 uint32_t BitWidth = Op1C->getType()->getBitWidth();
    [all...]
InstCombineMulDivRem.cpp 222 Value *Op1C = Op1;
227 Op1C = Op0;
230 Value *Neg = dyn_castNegVal(Op1C);
232 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
240 if (Op1BO == Op1C)
252 if (Op1BO == Op1C)
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 711 milliseconds