Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1416 bool isSplatFP = UseConstantFPForFixedLengthSplat && isa<ConstantFP>(C); in getImpl() local
1419 if (isZero || isUndef || isSplatFP || isSplatInt) { in getImpl()
1422 isZero = isUndef = isPoison = isSplatFP = isSplatInt = false; in getImpl()
1433 if (isSplatFP) in getImpl()