Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Oper

1460     Value *Oper = Visit(E->getSubExpr());
1461 Value *Zero = llvm::Constant::getNullValue(Oper->getType());
1462 Value *Result = Builder.CreateICmp(llvm::CmpInst::ICMP_EQ, Oper, Zero, "cmp");