Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp487 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local
510 bool NUW = !SI->isSigned(); in processSaturatingInst() local
888 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
DReassociate.cpp1090 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/external/llvm/lib/Analysis/
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
DInstructionSimplify.cpp2888 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp238 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
DInstructionSimplify.cpp3059 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
/external/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
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp946 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/external/llvm/lib/AsmParser/
DLLParser.cpp3043 bool NUW = false; in ParseValID() local
4957 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4063 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local
/external/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
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp3661 bool NUW = false; in parseValID() local
6075 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4104 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4032 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp43242 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp46634 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local