Home
last modified time | relevance | path

Searched defs:NewAShr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp1235 Instruction *NewAShr = in foldVariableSignZeroExtensionOfVariableHighBitExtract() local
1280 auto *NewAShr = BinaryOperator::CreateAShr(X, ShiftDiff); in visitAShr() local
DInstCombineAddSub.cpp1195 auto *NewAShr = BinaryOperator::CreateAShr(X, LowBitsToSkip, in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp637 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, in FoldShiftByConstant() local