Home
last modified time | relevance | path

Searched refs:OverflowingBinOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h967 OverflowingBinOp, enumerator
1051 OpType = OperationType::OverflowingBinOp; in VPRecipeWithIRFlags()
1081 OpType(OperationType::OverflowingBinOp), WrapFlags(WrapFlags) {} in VPSingleDefRecipe()
1122 case OperationType::OverflowingBinOp: in dropPoisonGeneratingFlags()
1151 case OperationType::OverflowingBinOp: in setFlags()
1203 assert(OpType == OperationType::OverflowingBinOp && in hasNoUnsignedWrap()
1209 assert(OpType == OperationType::OverflowingBinOp && in hasNoSignedWrap()
H A DVPlanRecipes.cpp1021 case OperationType::OverflowingBinOp: in printFlags()