OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNUWMul
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/
Constants.h
681
static Constant *
getNUWMul
(Constant *C1, Constant *C2) {
[
all
...]
/external/llvm/lib/VMCore/
ConstantFold.cpp
339
return ConstantExpr::
getNUWMul
(E, N);
360
return ConstantExpr::
getNUWMul
(MemberSize, N);
465
return ConstantExpr::
getNUWMul
(E, N);
490
return ConstantExpr::
getNUWMul
(MemberSize, N);
[
all
...]
Core.cpp
774
return wrap(ConstantExpr::
getNUWMul
(unwrap<Constant>(LHSConstant),
[
all
...]
Completed in 161 milliseconds