Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Dfirmware147 # Match 4-byte JMP for Reset, Int0-2, PcInt0-3 and WDT
160 # Match 2-byte RJMP for Reset, Int0-2, PcInt0-3 and WDT for smaller AVR
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1020 auto *Int0 = dyn_cast<ConstantInt>(Elem0); in isNonTargetIntrinsicMatch() local
1021 if (Int0 && Int0->isZero()) in isNonTargetIntrinsicMatch()