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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2937 EVT MulType = N->getValueType(0); local
2938 if (MulType != MVT::i32 && MulType != MVT::i64) {
2942 unsigned OptSize = MulType.getSizeInBits() >> 1;
2961 unsigned BitWidth = MulType.getSizeInBits();
2964 RHS = DCI.DAG.getConstant(MulVal, MulType);
2977 if (MulType == MVT::i32) {
2997 return DCI.DAG.getNode(Opc, SDLoc(N), MulType, TruncLHS, TruncRHS);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2052 Type *MulType; local
2055 MulType = TyB;
2058 MulType = TyA;
2177 MulA = Builder->CreateZExt(A, MulType);
2179 MulB = Builder->CreateZExt(B, MulType);
2181 Intrinsic::getDeclaration(M, Intrinsic::umul_with_overflow, MulType);

Completed in 97 milliseconds