Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp1129 bool TypeIsSigned = false; in printConstExprCast() local
1141 case Instruction::SDiv: NeedsExplicitCast = true; TypeIsSigned = true; break; in printConstExprCast()
1145 TypeIsSigned = true; in printConstExprCast()
1166 printSimpleType(Out, Ty, TypeIsSigned); in printConstExprCast()