Home
last modified time | relevance | path

Searched refs:MulC (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1138 if (Constant *MulC = dyn_cast<Constant>(Mul0)) { in ComputeMultiple() local
1140 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
1141 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType()); in ComputeMultiple()
1143 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
1144 MulC = ConstantExpr::getZExt(MulC, Op1C->getType()); in ComputeMultiple()
1147 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
1162 if (Constant *MulC = dyn_cast<Constant>(Mul1)) { in ComputeMultiple() local
1164 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
1165 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType()); in ComputeMultiple()
1167 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
[all …]
DScalarEvolution.cpp3961 const SCEVConstant *MulC = dyn_cast<SCEVConstant>(TCMul); in getSmallConstantTripMultiple() local
3962 if (!MulC) in getSmallConstantTripMultiple()
3965 ConstantInt *Result = MulC->getValue(); in getSmallConstantTripMultiple()
/external/llvm/lib/Analysis/
DValueTracking.cpp2244 if (Constant *MulC = dyn_cast<Constant>(Mul0)) { in ComputeMultiple() local
2246 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
2247 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType()); in ComputeMultiple()
2249 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
2250 MulC = ConstantExpr::getZExt(MulC, Op1C->getType()); in ComputeMultiple()
2253 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
2268 if (Constant *MulC = dyn_cast<Constant>(Mul1)) { in ComputeMultiple() local
2270 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
2271 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType()); in ComputeMultiple()
2273 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
[all …]
DScalarEvolution.cpp5311 const SCEVConstant *MulC = dyn_cast<SCEVConstant>(TCMul); in getSmallConstantTripMultiple() local
5312 if (!MulC) in getSmallConstantTripMultiple()
5315 ConstantInt *Result = MulC->getValue(); in getSmallConstantTripMultiple()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp2528 if (Constant *MulC = dyn_cast<Constant>(Mul0)) { in ComputeMultiple() local
2530 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
2531 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType()); in ComputeMultiple()
2533 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
2534 MulC = ConstantExpr::getZExt(MulC, Op1C->getType()); in ComputeMultiple()
2537 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
2552 if (Constant *MulC = dyn_cast<Constant>(Mul1)) { in ComputeMultiple() local
2554 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
2555 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType()); in ComputeMultiple()
2557 MulC->getType()->getPrimitiveSizeInBits()) in ComputeMultiple()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1786 const APInt *MulC; in foldICmpMulConstant() local
1787 if (!match(Mul->getOperand(1), m_APInt(MulC))) in foldICmpMulConstant()
1794 if (MulC->isNegative()) in foldICmpMulConstant()