Home | History | Annotate | Download | only in Utils

Lines Matching refs:CV

472   Value *CV = nullptr;
478 CV = SI->getCondition();
483 CV = ICI->getOperand(0);
486 if (DL && CV) {
487 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) {
490 CV = Ptr;
493 return CV;
774 Value *CV = isValueEqualityComparison(TI); // CondVal
775 assert(CV && "Not a comparison?");
786 if (PCV == CV && SafeToMergeTerminators(TI, PTI)) {
930 if (CV->getType()->isPointerTy()) {
932 CV = Builder.CreatePtrToInt(CV, DL->getIntPtrType(CV->getType()),
937 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault,