Home
last modified time | relevance | path

Searched refs:OnlyIfReducedTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1232 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr);
1243 Type *OnlyIfReducedTy = nullptr) {
1246 InRange, OnlyIfReducedTy);
1252 Type *OnlyIfReducedTy = nullptr) {
1257 OnlyIfReducedTy);
1263 Type *OnlyIfReducedTy = nullptr);
1284 Type *OnlyIfReducedTy = nullptr);
1286 Type *OnlyIfReducedTy = nullptr);
1289 Type *OnlyIfReducedTy = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1533 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local
1551 OnlyIfReducedTy); in getWithOperands()
1553 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands()
1556 OnlyIfReducedTy); in getWithOperands()
1562 GEPO->getNoWrapFlags(), GEPO->getInRange(), OnlyIfReducedTy); in getWithOperands()
1567 OnlyIfReducedTy); in getWithOperands()
2303 unsigned Flags, Type *OnlyIfReducedTy) { in get() argument
2334 if (OnlyIfReducedTy == C1->getType()) in get()
2469 Type *OnlyIfReducedTy) { in getGetElementPtr() argument
2481 if (OnlyIfReducedTy == ReqTy) in getGetElementPtr()
[all …]