Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Val

129     CallInst *createPopcntIntrinsic(IRBuilderTy &IRB, Value *Val, DebugLoc DL);
374 // cnt0 = init-val;
615 Value *Val, DebugLoc DL) {
616 Value *Ops[] = { Val };
617 Type *Tys[] = { Val->getType() };
642 Value *Val;
643 if (!detectIdiom(CntInst, CntPhi, Val))
646 transform(CntInst, CntPhi, Val);