The first thing you should do is look at the state change detection example. You want to tell Blynk when either PIR changes state, not what the states are every time through loop().
The STATE of the PIRs is stored in pirValue1 and pirValue2. pirState is a useless variable. Get rid of it.