Searched defs:OTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2980 llvm::Type *OTy = Op->getType(); local
2987 OTy = BI->getOperand(0)->getType();
2989 Op = Builder.CreateBitCast(Op, OTy);
2990 if (OTy->getScalarType()->isFloatingPointTy()) {
2991 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy));
2993 Op = Builder.CreateICmp(Ip, Op, Constant::getNullValue(OTy));

Completed in 91 milliseconds