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

/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp176 /// \see shouldConvert for more details
308 static bool shouldConvert(const Constant *Cst) { function
525 if (!shouldConvert(Cst))
H A DAArch64ConditionalCompares.cpp750 bool shouldConvert();
817 bool AArch64ConditionalCompares::shouldConvert() { function in class:AArch64ConditionalCompares
880 while (CmpConv.canConvert(MBB) && shouldConvert()) {

Completed in 87 milliseconds