Home | History | Annotate | Download | only in R600

Lines Matching refs:CV

243     Constant *CV = dyn_cast<Constant>(CI->getOperand(0));
245 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
334 Constant *CV = dyn_cast<Constant>(CI->getOperand(0));
336 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
346 ConstantInt *CV = dyn_cast<ConstantInt>(CI->getOperand(0));
348 Value *Val = CV;
351 mSTM->device()->getDeviceFlag() & CV->getZExtValue());