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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h31 bool SignedOp; member in struct:llvm::DivRemMapKey
38 : SignedOp(InSignedOp), Dividend(InDividend), Divisor(InDivisor) {}
43 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
60 (unsigned)Val.SignedOp;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp42 static bool isConstantPowerOfTwo(llvm::Value *V, bool SignedOp) { argument
48 if (SignedOp && Val.isNegative())
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp66 M.Key.SignedOp = Div->getOpcode() == Instruction::SDiv;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2307 const clang::Expr *SignedOp = Op1Info.Signed ? Op1 : Op2;
2309 llvm::Value *Signed = CGF.EmitScalarExpr(SignedOp);

Completed in 210 milliseconds