Searched refs:NarrowDef (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1074 void calculatePostIncRange(Instruction *NarrowDef, Instruction *NarrowUser);
1090 Instruction *NarrowDef = nullptr; member in struct:__anon3013::WidenIV::NarrowIVDefUse
1101 : NarrowDef(ND), NarrowUse(NU), WideDef(WD),
1139 void pushNarrowIVUsers(Instruction *NarrowDef, Instruction *WideDef);
1249 Instruction *NarrowDef = DU.NarrowDef; local
1254 // Replace NarrowDef operands with WideDef. Otherwise, we don't know anything
1258 bool IsSigned = getExtendKind(NarrowDef) == ExtendKind::Sign;
1259 Value *LHS = (NarrowUse->getOperand(0) == NarrowDef)
1263 Value *RHS = (NarrowUse->getOperand(1) == NarrowDef)
1280 Instruction *NarrowDef = DU.NarrowDef; local
1559 Instruction *NarrowDef = DU.NarrowDef; local
1885 pushNarrowIVUsers(Instruction *NarrowDef, Instruction *WideDef) argument
2025 calculatePostIncRange(Instruction *NarrowDef, Instruction *NarrowUser) argument
2109 Instruction *NarrowDef = Worklist.pop_back_val(); local
[all...]

Completed in 148 milliseconds