Lines Matching refs:Op
187 Constant *Op = CE->getOperand(0);
188 Op = ConstantExpr::getIntegerCast(Op, TD.getIntPtrType(CV->getContext()),
190 return LowerConstant(Op, AP);
197 Constant *Op = CE->getOperand(0);
200 const MCExpr *OpExpr = LowerConstant(Op, AP);
204 if (TD.getTypeAllocSize(Ty) == TD.getTypeAllocSize(Op->getType()))
210 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());