Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp112 struct TypeIsSExt { struct
115 TypeIsSExt(Type *Ty, bool IsSExt) : Ty(Ty), IsSExt(IsSExt) {} in TypeIsSExt() function
117 typedef DenseMap<Instruction *, TypeIsSExt> InstrToOrigTy;
2507 PromotedInsts.insert(std::pair<Instruction *, TypeIsSExt>( in promoteOperandForOther()
2508 ExtOpnd, TypeIsSExt(ExtOpnd->getType(), IsSExt))); in promoteOperandForOther()