Searched defs:isTrue (Results 1 – 5 of 5) sorted by relevance
67 bool &isTrue) { in initReg()92 bool isTrue = false; in init() local
474 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
391 bool isTrue() const { return X == 1; } in isTrue() function in __anon654da8e80211::TryResult
6618 SelectInst *SI, bool isTrue, in getTrueOrFalseValue()
4474 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()