Home
last modified time | relevance | path

Searched defs:SignExt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h118 bool SignExt : 1; // isExtend() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1326 auto GuessNonIVOperand = [&](bool SignExt) { in cloneArithmeticIVUser()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp57 constexpr int32_t SignExt(uint32_t imm) { return int32_t(imm); } in SignExt() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp631 bool SignExt = false; in tryShrinkShlLogicImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24511 SDValue SignExt = Curr; in LowerEXTEND_VECTOR_INREG() local