Searched refs:ZeroTy (Results 1 – 3 of 3) sorted by relevance
887 Type *ZeroTy; in lower() local891 ZeroTy = Type::getHalfTy(Ctx); in lower()894 ZeroTy = Type::getFloatTy(Ctx); in lower()897 ZeroTy = Type::getDoubleTy(Ctx); in lower()900 ZeroTy = Type::getFP128Ty(Ctx); in lower()906 *cast<ConstantFP>(ConstantFP::getZeroValueForNegation(ZeroTy)); in lower()
1466 auto *ZeroTy = Type::getIntNTy(C.getContext(), NullSize); in translate() local1467 auto *ZeroVal = ConstantInt::get(ZeroTy, 0); in translate()
261 ValueType SrcTy, ValueType ZeroTy,263 def : Pat<(DstTy (insert_subvector (bitconvert (ZeroTy immAllZerosV)),