Searched refs:createNot (Results 1 – 10 of 10) sorted by relevance
130 VPValue *createNot(VPValue *Operand) { in createNot() function
6541 EdgeMask = Builder.createNot(EdgeMask); in createEdgeMask()
241 return RValue<Bool>(Nucleus::createNot(val.value)); in operator !()452 return RValue<Byte>(Nucleus::createNot(val.value)); in operator ~()697 return RValue<SByte>(Nucleus::createNot(val.value)); in operator ~()935 return RValue<Short>(Nucleus::createNot(val.value)); in operator ~()1180 return RValue<UShort>(Nucleus::createNot(val.value)); in operator ~()1468 return RValue<Byte8>(Nucleus::createNot(val.value)); in operator ~()1684 return RValue<SByte8>(Nucleus::createNot(val.value)); in operator ~()1982 return RValue<Short4>(Nucleus::createNot(val.value)); in operator ~()2172 return RValue<UShort4>(Nucleus::createNot(val.value)); in operator ~()2322 return RValue<UShort8>(Nucleus::createNot(val.value)); in operator ~()[all …]
240 static Value *createNot(Value *V);
1275 Value *Nucleus::createNot(Value *v) in createNot() function in rr::Nucleus
935 Value *Nucleus::createNot(Value *v) in createNot() function in rr::Nucleus
358 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) { in createNot() function
389 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
1047 Res = MCUnaryExpr::createNot(Res, getContext()); in parsePrimaryExpr()
1216 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()