Searched refs:isConstantSplatVector (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h89 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5092 if (!ISD::isConstantSplatVector(C.getNode(), MulC))
21574 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3455 N0IsConst = ISD::isConstantSplatVector(N0.getNode(), ConstValue0);
3456 N1IsConst = ISD::isConstantSplatVector(N1.getNode(), ConstValue1);
8857 if (ISD::isConstantSplatVector(N1.getNode(), Pow2C) && Pow2C.isPowerOf2() &&
H A DSelectionDAG.cpp139 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { function in class:ISD
154 // specializations of the more general isConstantSplatVector()?

Completed in 264 milliseconds