Searched defs:AllowUndefs (Results 1 – 2 of 2) sorted by relevance
274 bool AllowUndefs) { in matchUnaryPredicate()301 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate()2366 bool SelectionDAG::isSplatValue(SDValue V, bool AllowUndefs) { in isSplatValue()8852 bool llvm::isBitwiseNot(SDValue V, bool AllowUndefs) { in isBitwiseNot()8862 ConstantSDNode *llvm::isConstOrConstSplat(SDValue N, bool AllowUndefs, in isConstOrConstSplat()8886 bool AllowUndefs, in isConstOrConstSplat()8909 ConstantFPSDNode *llvm::isConstOrConstSplatFP(SDValue N, bool AllowUndefs) { in isConstOrConstSplatFP()8925 bool AllowUndefs) { in isConstOrConstSplatFP()8940 bool llvm::isNullOrNullSplat(SDValue N, bool AllowUndefs) { in isNullOrNullSplat()
6155 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() local