Home | History | Annotate | Download | only in lazy

Lines Matching refs:OperandV

641   Value *OperandV = Operand->Codegen();
642 if (OperandV == 0) return 0;
651 return Builder.CreateCall(F, OperandV, "unop");