Home
last modified time | relevance | path

Searched refs:IsBorrow (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4280 bool IsBorrow = false; in lowerXALUO() local
4290 IsBorrow = true; in lowerXALUO()
4298 if (IsBorrow) in lowerXALUO()
4373 bool IsBorrow = false; in lowerUADDSUBO_CARRY() local
4383 IsBorrow = true; in lowerUADDSUBO_CARRY()
4386 if (IsBorrow) in lowerUADDSUBO_CARRY()
4395 if (IsBorrow) in lowerUADDSUBO_CARRY()