Searched refs:OnlyIfReducedTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constants.h | 1048 Type *OnlyIfReducedTy = nullptr); 1055 unsigned Flags = 0, Type *OnlyIfReducedTy = nullptr); 1078 Type *OnlyIfReducedTy = nullptr) { 1081 InBounds, OnlyIfReducedTy); 1085 Type *OnlyIfReducedTy = nullptr) { 1089 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy); 1094 Type *OnlyIfReducedTy = nullptr); 1115 Type *OnlyIfReducedTy = nullptr); 1117 Type *OnlyIfReducedTy = nullptr); 1119 Type *OnlyIfReducedTy = nullptr); [all …]
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1136 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands() local 1153 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy); in getWithOperands() 1156 OnlyIfReducedTy); in getWithOperands() 1158 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands() 1161 OnlyIfReducedTy); in getWithOperands() 1163 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands() 1166 OnlyIfReducedTy); in getWithOperands() 1172 GEPO->isInBounds(), OnlyIfReducedTy); in getWithOperands() 1177 OnlyIfReducedTy); in getWithOperands() 1181 OnlyIfReducedTy); in getWithOperands() [all …]
|