Searched refs:MulType (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4624 EVT MulType = N->getValueType(0); local
4625 if (MulType != MVT::i32 && MulType != MVT::i64) {
4630 unsigned OptSize = MulType.getSizeInBits() >> 1;
4649 unsigned BitWidth = MulType.getSizeInBits();
4652 RHS = DCI.DAG.getConstant(MulVal, DL, MulType);
4665 if (MulType == MVT::i32) {
4685 return DCI.DAG.getNode(Opc, DL, MulType, TruncLHS, TruncRHS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4602 Type *MulType; local
4605 MulType = TyB;
4608 MulType = TyA;
4720 MulA = Builder.CreateZExt(A, MulType);
4722 MulB = Builder.CreateZExt(B, MulType);
4724 I.getModule(), Intrinsic::umul_with_overflow, MulType);

Completed in 182 milliseconds