Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h118 bool SignExt : 1; // isExtend() variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1324 auto GuessNonIVOperand = [&](bool SignExt) { in cloneArithmeticIVUser() argument
/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
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp631 bool SignExt = false; tryShrinkShlLogicImm() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24535 SDValue SignExt = Curr; LowerEXTEND_VECTOR_INREG() local
[all...]