Searched defs:BoolValue (Results 1 – 3 of 3) sorted by relevance
252 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in substituteBoolValue()330 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in buildAndSubstituteFlowConditionWithCache()
95 explicit BoolValue(Kind ValueKind) : Value(ValueKind) {} in BoolValue() function
16644 int64_t BoolValue = V.getInt().getExtValue(); in ConvertAPValueToString() local