HomeSort by relevance Sort by last modified time
    Searched defs:input_cst (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
constant_folding.cc 192 HConstant* input_cst = instruction->GetConstantRight(); local
193 if ((input_cst != nullptr) && input_cst->IsZeroBitPattern()) {
198 instruction->ReplaceWith(input_cst);
204 HConstant* input_cst = instruction->GetConstantRight(); local
205 if (input_cst != nullptr) {
208 ((input_cst->IsFloatConstant() && input_cst->AsFloatConstant()->IsNaN()) ||
209 (input_cst->IsDoubleConstant() && input_cst->AsDoubleConstant()->IsNaN())))
224 HConstant* input_cst = instruction->GetConstantRight(); local
241 HConstant* input_cst = instruction->GetConstantRight(); local
    [all...]
instruction_simplifier.cc 237 HConstant* input_cst = instruction->GetConstantRight(); local
240 if (input_cst != nullptr) {
241 int64_t cst = Int64FromConstant(input_cst);
896 HConstant* input_cst = instruction->GetConstantRight(); local
947 HConstant* input_cst = instruction->GetConstantRight(); local
1107 HConstant* input_cst = instruction->GetConstantRight(); local
1161 HConstant* input_cst = instruction->GetConstantRight(); local
1326 HConstant* input_cst = instruction->GetConstantRight(); local
1366 HConstant* input_cst = instruction->GetConstantRight(); local
1452 HConstant* input_cst = instruction->GetConstantRight(); local
    [all...]

Completed in 61 milliseconds