Home
last modified time | relevance | path

Searched refs:ITP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerRefTypesIntPtrConv.cpp64 IntToPtrInst *ITP = dyn_cast<IntToPtrInst>(&*I); in runOnFunction() local
66 !(ITP && WebAssembly::isRefType(ITP->getDestTy()))) in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2691 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt() local
2692 unsigned Opc = ITP->Opc; in ARMEmitIntExt()
2694 unsigned hasS = ITP->hasS; in ARMEmitIntExt()
2695 ARM_AM::ShiftOpc Shift = (ARM_AM::ShiftOpc) ITP->Shift; in ARMEmitIntExt()
2698 unsigned Imm = ITP->Imm; in ARMEmitIntExt()