Searched defs:OnlyIfReducedTy (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1458 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; getWithOperands() local 2076 get(unsigned Opcode,Constant * C1,Constant * C2,unsigned Flags,Type * OnlyIfReducedTy) get() argument 2269 getGetElementPtr(Type * Ty,Constant * C,ArrayRef<Value * > Idxs,bool InBounds,std::optional<unsigned> InRangeIndex,Type * OnlyIfReducedTy) getGetElementPtr() argument 2371 getExtractElement(Constant * Val,Constant * Idx,Type * OnlyIfReducedTy) getExtractElement() argument 2393 getInsertElement(Constant * Val,Constant * Elt,Constant * Idx,Type * OnlyIfReducedTy) getInsertElement() argument 2417 getShuffleVector(Constant * V1,Constant * V2,ArrayRef<int> Mask,Type * OnlyIfReducedTy) getShuffleVector() argument [all...] |