Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2668 auto Cst2 = in select() local
2670 assert(Cst2 && "Should have gotten a constant for src 2?"); in select()
2672 auto Width = Cst2->Value.getZExtValue(); in select()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5381 Constant *Cst1, *Cst2; in foldICmpBinOp() local
5382 if (match(B, m_ImmConstant(Cst1)) && match(D, m_ImmConstant(Cst2)) && in foldICmpBinOp()
5384 Constant *Diff = ConstantExpr::getSub(Cst2, Cst1); in foldICmpBinOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4646 auto Cst2 = B.buildConstant(ExtractTy, Width); in matchBitfieldExtractFromSExtInReg() local
4647 B.buildSbfx(Dst, ShiftSrc, Cst1, Cst2); in matchBitfieldExtractFromSExtInReg()