Lines Matching defs:CompVal
3265 Value *CompVal = ConstantCompare.CompValue;3270 if (!CompVal)3332 if (CompVal->getType()->isPointerTy()) {3333 CompVal = Builder.CreatePtrToInt(3334 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr");3338 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size());