Home
last modified time | relevance | path

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

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