Searched defs:isTrue (Results 1 – 8 of 8) sorted by relevance
69 bool &isTrue) { in initReg()95 bool isTrue = false; in init() local
485 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
506 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI, bool isTrue, in getTrueOrFalseValue()
6913 getTrueOrFalseValue(SelectInst *SI, bool isTrue, in getTrueOrFalseValue()
1820 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 __anond5061b330211::TryResult
4557 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()