Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp299 using TypeIsSExt = PointerIntPair<Type *, 2, ExtType>; typedef
300 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>;
4728 It->second = TypeIsSExt(ExtOpnd->getType(), ExtTy); in addPromotedInst()