| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| 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
|
| D | Reassociate.cpp | 993 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | CorrelatedValuePropagation.cpp | 487 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local 510 bool NUW = !SI->isSigned(); in processSaturatingInst() local 888 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
|
| D | Reassociate.cpp | 1090 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
|
| /external/llvm/lib/Analysis/ |
| 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
|
| D | InstructionSimplify.cpp | 2888 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | BasicAliasAnalysis.cpp | 238 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() 537 bool NSW = true, NUW = true; in DecomposeGEPExpression() local 1782 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
|
| D | InstructionSimplify.cpp | 3059 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| 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
|
| D | InstructionSimplify.cpp | 3001 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 946 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
|
| /external/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 3043 bool NUW = false; in ParseValID() local 4957 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 4063 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 3460 bool NUW = false; in ParseValID() local 5734 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
|
| /external/llvm-project/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 3661 bool NUW = false; in parseValID() local 6075 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction() local
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 4104 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 4032 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 43242 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 46634 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local
|