Home | History | Annotate | Download | only in lazy

Lines Matching refs:OperandV

927   Value *OperandV = Operand->Codegen();
928 if (OperandV == 0) return 0;
934 return Builder.CreateCall(F, OperandV, "unop");