/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | KnownBits.cpp | 19 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 292 BinaryStreamWriter NSW(*NS); in commit() 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 | ValueTracking.cpp | 235 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub() 314 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul() 930 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1070 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1077 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local
|
D | InstructionSimplify.cpp | 2889 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 233 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() 521 bool NSW = true, NUW = true; in DecomposeGEPExpression() local 1877 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
|
D | ValueTracking.cpp | 301 bool NSW, in computeKnownBitsAddSub() 315 static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, in computeKnownBitsMul() 1017 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1154 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1205 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1211 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local
|
D | InstructionSimplify.cpp | 2964 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in simplifyICmpWithBinOp() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 616 bool NSW = AddOp->hasNoSignedWrap(); in processAdd() local
|
D | Reassociate.cpp | 969 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 440 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in SimplifyDemandedUseBits() local
|
D | InstructionCombining.cpp | 1872 bool NSW; in visitGetElementPtrInst() local 1913 bool NSW; in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 3347 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in foldICmpBinOp() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1722 bool NSW; in visitGetElementPtrInst() local 1761 bool NSW; in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 4064 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2193 bool NSW = false; in ParseValID() local 2898 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 945 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2431 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1892 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3044 bool NSW = false; in ParseValID() local 4958 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3320 bool NSW = false; in ParseValID() local 5463 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 37461 bool NSW = Add->getFlags().hasNoSignedWrap(); in promoteExtBeforeAdd() local
|