Searched defs:isTrue (Results 1 – 8 of 8) sorted by relevance
69 bool &isTrue) { in initReg()95 bool isTrue = false; in init() local
487 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
533 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI, bool isTrue, in getTrueOrFalseValue()
7027 getTrueOrFalseValue(SelectInst *SI, bool isTrue, in getTrueOrFalseValue()
1955 const bool isTrue = in coverIfConstexpr() local
2218 auto HexagonVectorCombine::isTrue(const Value *Val) const -> bool { in isTrue() function in HexagonVectorCombine
411 bool isTrue() const { return X == 1; } in isTrue() function in __anonef2f84bd0211::TryResult
4610 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()