Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_instructions.hh500 real_t2 = fCurrentBlock->isRealInst(); in visit()
502 real_t1 = fCurrentBlock->isRealInst(); in visit()
505 real_t1 = fCurrentBlock->isRealInst(); in visit()
507 real_t2 = fCurrentBlock->isRealInst(); in visit()
511 real_t2 = fCurrentBlock->isRealInst(); in visit()
513 real_t1 = fCurrentBlock->isRealInst(); in visit()
529 bool real_t1 = fCurrentBlock->isRealInst(); in visit()
597 …bool real_t1 = fCurrentBlock->isRealInst(); // Type is the same on both branches, so takes the fi… in visit()
H A Dinterpreter_bytecode.hh573 bool isRealInst() { return isRealType(fInstructions.back()->fOpcode); } in isRealInst() function