Home
last modified time | relevance | path

Searched defs:NUW (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp499 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local
522 bool NUW = !SI->isSigned(); in processSaturatingInst() local
751 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
DReassociate.cpp993 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp281 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression()
579 bool NSW = true, NUW = true; in DecomposeGEPExpression() local
2004 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
DInstructionSimplify.cpp3001 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3460 bool NUW = false; in ParseValID() local
5734 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4032 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp43242 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local