Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:OperandV

639   Value *OperandV = Operand->Codegen();
640 if (OperandV == 0) return 0;
646 return Builder.CreateCall(F, OperandV, "unop");