Searched refs:HBitNot (Results 1 – 6 of 6) sorted by relevance
1491 HType HBitNot::CalculateInferredType() { in CalculateInferredType()
1478 class HBitNot: public HUnaryOperation {1480 explicit HBitNot(HValue* value) : HUnaryOperation(value) { in HBitNot() function
4698 instr = new(zone()) HBitNot(value); in VisitUnaryOperation()
1310 LInstruction* LChunkBuilder::DoBitNot(HBitNot* instr) { in DoBitNot()
1334 LInstruction* LChunkBuilder::DoBitNot(HBitNot* instr) { in DoBitNot()