Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1274 bool IsEqPred = ICmpInst::isEquality(Predicate); in ConstantFoldCompareInstOperands() local
1276 DL, Offset0, /*AllowNonInbounds=*/IsEqPred, in ConstantFoldCompareInstOperands()
1278 /*LookThroughIntToPtr=*/IsEqPred); in ConstantFoldCompareInstOperands()
1281 DL, Offset1, /*AllowNonInbounds=*/IsEqPred, in ConstantFoldCompareInstOperands()
1283 /*LookThroughIntToPtr=*/IsEqPred); in ConstantFoldCompareInstOperands()