Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp1373 bool castIsSigned = false; in writeOperandWithCast() local
1391 castIsSigned = false; in writeOperandWithCast()
1398 castIsSigned = true; in writeOperandWithCast()
1406 printSimpleType(Out, OpTy, castIsSigned); in writeOperandWithCast()
1432 bool castIsSigned = Cmp.isSigned(); in writeOperandWithCast() local
1440 printSimpleType(Out, OpTy, castIsSigned); in writeOperandWithCast()