/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 499 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 D | Reassociate.cpp | 993 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 185 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 D | InstructionSimplify.cpp | 2888 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 D | CorrelatedValuePropagation.cpp | 576 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 D | Reassociate.cpp | 1096 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 281 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 D | InstructionSimplify.cpp | 3001 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/ |
D | ScalarEvolutionExpander.h | 45 unsigned NUW : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 45 unsigned NUW : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 45 unsigned NUW : 1; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 361 bool NUW = true, NSW = true; in GetLinearExpression() local
|
H A D | InstructionSimplify.cpp | 3427 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 946 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
|
/aosp_15_r20/external/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3043 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 D | LLParser.cpp | 3460 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 D | InstCombineCompares.cpp | 4063 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3825 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 D | InstCombineCompares.cpp | 4032 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 D | InstCombineCompares.cpp | 4436 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 D | X86ISelLowering.cpp | 43245 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 52843 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local
|