Home
last modified time | relevance | path

Searched refs:Cst2 (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp265 auto Cst2 = B.buildConstant(Ty, Width); in matchBitfieldExtractFromSExtInReg() local
266 B.buildInstr(TargetOpcode::G_SBFX, {Dst}, {ShiftSrc, Cst1, Cst2}); in matchBitfieldExtractFromSExtInReg()
H A DAArch64InstructionSelector.cpp2261 auto Cst2 = in select() local
2263 assert(Cst2 && "Should have gotten a constant for src 2?"); in select()
2265 auto Width = Cst2->Value.getZExtValue(); in select()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28377 auto *Cst2 = dyn_cast<ConstantSDNode>(Amt2); in LowerShift() local
28378 if (Cst1 && Cst2 && Cst1->getAPIntValue().ult(EltSizeInBits) && in LowerShift()
28379 Cst2->getAPIntValue().ult(EltSizeInBits)) { in LowerShift()
28383 Cst2->getZExtValue(), DAG); in LowerShift()