Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp264 using TypeIsSExt = PointerIntPair<Type *, 2, ExtType>; typedef
265 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>;
4037 PromotedInsts[ExtOpnd] = TypeIsSExt(ExtOpnd->getType(), ExtTy); in addPromotedInst()