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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp124 bool MoveExtToFormExtLoad(Instruction *I);
1047 /// MoveExtToFormExtLoad - Move a zext or sext fed by a load into the same
1051 bool CodeGenPrepare::MoveExtToFormExtLoad(Instruction *I) { function in class:CodeGenPrepare
1277 bool MadeChange = MoveExtToFormExtLoad(I);

Completed in 308 milliseconds