Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp967 SPIRVType *ConstTy = this->MRI->getVRegDef(MO.getReg()); in selectConstVector() local
968 assert(ConstTy && ConstTy->getOpcode() == SPIRV::ASSIGN_TYPE && in selectConstVector()
969 ConstTy->getOperand(1).isReg()); in selectConstVector()
970 Register ConstReg = ConstTy->getOperand(1).getReg(); in selectConstVector()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp654 Type *ConstTy = in findAndMakeBaseConstant() local
657 RebasedConstantInfo(std::move(ConstCand->Uses), Offset, ConstTy)); in findAndMakeBaseConstant()