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

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

Completed in 89 milliseconds