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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 318 ConstantInt *COp1 = nullptr;
320 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue());
322 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue());
324 COp1 = dyn_cast<ConstantInt>(Op1);
326 if (!COp1)
332 CanEvaluateShifted(Op0, COp1->getZExtValue(), isLeftShift, *this)) {
337 GetShiftedValue(Op0, COp1->getZExtValue(), isLeftShift, *this));
344 assert(!COp1->uge(TypeBits) &&
373 Constant *ShAmt = ConstantExpr::getZExt(COp1, TrOp->getType());
390 MaskV <<= COp1->getZExtValue()
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 342 milliseconds