Searched defs:OnlyIfReducedTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2058 get(unsigned Opcode, Constant *C, unsigned Flags, Type *OnlyIfReducedTy) argument
2089 get(unsigned Opcode, Constant *C1, Constant *C2, unsigned Flags, Type *OnlyIfReducedTy) argument
2211 getSelect(Constant *C, Constant *V1, Constant *V2, Type *OnlyIfReducedTy) argument
2228 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Value *> Idxs, bool InBounds, Optional<unsigned> InRangeIndex, Type *OnlyIfReducedTy) argument
2343 getExtractElement(Constant *Val, Constant *Idx, Type *OnlyIfReducedTy) argument
2365 getInsertElement(Constant *Val, Constant *Elt, Constant *Idx, Type *OnlyIfReducedTy) argument
2388 getShuffleVector(Constant *V1, Constant *V2, ArrayRef<int> Mask, Type *OnlyIfReducedTy) argument
2414 getInsertValue(Constant *Agg, Constant *Val, ArrayRef<unsigned> Idxs, Type *OnlyIfReducedTy) argument
2438 getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, Type *OnlyIfReducedTy) argument
[all...]

Completed in 161 milliseconds