Home
last modified time | relevance | path

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

/external/llvm/lib/Target/CBackend/
DCBackend.cpp1191 bool shouldCast = false; in printConstantWithCast() local
1210 shouldCast = true; in printConstantWithCast()
1215 shouldCast = true; in printConstantWithCast()
1222 if (shouldCast) { in printConstantWithCast()
1378 bool shouldCast = false; in writeOperandWithCast() local
1398 shouldCast = true; in writeOperandWithCast()
1405 shouldCast = true; in writeOperandWithCast()
1412 if (shouldCast) { in writeOperandWithCast()
1430 bool shouldCast = Cmp.isRelational(); in writeOperandWithCast() local
1434 if (!shouldCast) { in writeOperandWithCast()