OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWithOperands
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CanonicalizeAliases.cpp
59
return CE->
getWithOperands
(Ops);
ValueMapper.cpp
508
return getVM()[V] = CE->
getWithOperands
(Ops, NewTy, false, NewSrcTy);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
ValueList.cpp
210
NewC = cast<ConstantExpr>(UserC)->
getWithOperands
(NewOps);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
1101
/// \param OnlyIfReduced see \a
getWithOperands
() docs.
1168
/// \param OnlyIfReducedTy see \a
getWithOperands
() docs.
1175
/// \param OnlyIfReducedTy see \a
getWithOperands
() docs.
1182
/// \param OnlyIfReducedTy see \a
getWithOperands
() docs.
1188
/// \param OnlyIfReduced see \a
getWithOperands
() docs.
1204
/// \param OnlyIfReducedTy see \a
getWithOperands
() docs.
1292
Constant *
getWithOperands
(ArrayRef<Constant *> Ops) const {
1293
return
getWithOperands
(Ops, getType());
1305
Constant *
getWithOperands
(ArrayRef<Constant *> Ops, Type *Ty,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp
708
return CE->
getWithOperands
(
713
return CE->
getWithOperands
(NewOperands, TargetType);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
1522
return
getWithOperands
(NewOps);
1525
Constant *ConstantExpr::
getWithOperands
(ArrayRef<Constant *> Ops, Type *Ty,
3475
if (Constant *C =
getWithOperands
(NewOps, getType(), true))
ConstantFold.cpp
896
return CE->
getWithOperands
(Ops, ValVTy->getElementType(), false,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
1074
return CE->
getWithOperands
(Ops);
Completed in 28 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026