Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h1033 Type *OnlyIfReducedTy = nullptr);
1040 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr);
1063 Type *OnlyIfReducedTy = nullptr) {
1066 InBounds, OnlyIfReducedTy);
1070 Type *OnlyIfReducedTy = nullptr) {
1074 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1079 Type *OnlyIfReducedTy = nullptr);
1100 Type *OnlyIfReducedTy = nullptr);
1102 Type *OnlyIfReducedTy = nullptr);
1104 Type *OnlyIfReducedTy = nullptr);
[all …]
/external/llvm/lib/IR/
DConstants.cpp1223 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local
1240 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands()
1243 OnlyIfReducedTy); in getWithOperands()
1245 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands()
1248 OnlyIfReducedTy); in getWithOperands()
1250 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands()
1253 OnlyIfReducedTy); in getWithOperands()
1257 OnlyIfReducedTy); in getWithOperands()
1261 OnlyIfReducedTy); in getWithOperands()
1265 OnlyIfReducedTy); in getWithOperands()
[all …]