Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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
H A DReassociate.cpp993 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp185 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression()
447 bool NSW = true, NUW = true; in DecomposeGEPExpression() local
1634 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
H A DInstructionSimplify.cpp2888 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp576 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local
601 bool NUW = !SI->isSigned(); in processSaturatingInst() local
1063 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
H A DReassociate.cpp1096 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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
H A DInstructionSimplify.cpp3001 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h45 unsigned NUW : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h45 unsigned NUW : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h45 unsigned NUW : 1; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp361 bool NUW = true, NSW = true; in GetLinearExpression() local
H A DInstructionSimplify.cpp3427 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp946 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.cpp3043 bool NUW = false; in ParseValID() local
4957 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp3460 bool NUW = false; in ParseValID() local
5734 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4063 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp3825 bool NUW = false; in parseValID() local
6309 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4032 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4436 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43245 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52843 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local