HomeSort by: relevance | last modified time | path
    Searched defs:IsShift (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 3710 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) ||
3713 return FPBuilder.CreateFixedToFixed(Result, IsShift ? LHSFixedSema
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 774 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT;
777 if (IsShift) {
805 if (IsShift || TLI.isOperationLegalOrCustom(Opcode, PromotedType)) {
826 if (!IsShift)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 1791 bool IsShift = MI.getOpcode() == TargetOpcode::G_SSHLSAT ||
1810 auto RHS = IsShift ? MIRBuilder.buildZExt(WideTy, MI.getOperand(2))
1814 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK);

Completed in 51 milliseconds