Lines Matching defs:operandTy
419 auto operandTy = operand.getType();
420 auto eTy = getElementTypeOrSelf(operandTy);
433 Value count = createIntConst(loc, operandTy, 0, rewriter);
436 auto bits = createIntConst(loc, operandTy, half, rewriter);
437 auto mask = createIntConst(loc, operandTy, allbits >> half, rewriter);
448 Value zero = createIntConst(loc, operandTy, 0, rewriter);
452 Value bwval = createIntConst(loc, operandTy, bitwidth, rewriter);
464 Type operandTy = operand.getType();
466 Type operandETy = getElementTypeOrSelf(operandTy);
473 Type fTy = operandTy;
595 auto operandTy = operand.getType();
596 auto eTy = getElementTypeOrSelf(operandTy);
601 auto constOneFloat = createFloatConst(loc, operandTy, 1.0, rewriter);