Home
last modified time | relevance | path

Searched defs:SignedOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h31 bool SignedOp; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp42 static bool isConstantPowerOfTwo(llvm::Value *V, bool SignedOp) { in isConstantPowerOfTwo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2317 const clang::Expr *SignedOp = Op1Info.Signed ? Op1 : Op2; in EmitCheckedMixedSignMultiply() local