Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp116 typedef PointerIntPair<Type *, 1, bool> TypeIsSExt; typedef
117 typedef DenseMap<Instruction *, TypeIsSExt> InstrToOrigTy;
2985 PromotedInsts.insert(std::pair<Instruction *, TypeIsSExt>( in promoteOperandForOther()
2986 ExtOpnd, TypeIsSExt(ExtOpnd->getType(), IsSExt))); in promoteOperandForOther()