Searched refs:KnownElemTy (Results 1 – 1 of 1) sorted by relevance
162 Type *&KnownElemTy, bool &Incomplete);165 Type *&KnownElemTy, bool IsPostprocessing);169 Type *&KnownElemTy, Value *Op, Function *F);831 Type *&KnownElemTy, bool &Incomplete) { in deduceOperandElementTypeCalledFunction() argument849 KnownElemTy = ElemTy; // src will rewrite dest if both are defined in deduceOperandElementTypeCalledFunction()875 KnownElemTy = isPointerTy(CI->getType()) ? getAtomicElemTy(GR, CI, Op) in deduceOperandElementTypeCalledFunction()877 if (!KnownElemTy) in deduceOperandElementTypeCalledFunction()886 KnownElemTy = isPointerTy(ValOp->getType()) in deduceOperandElementTypeCalledFunction()889 if (!KnownElemTy) in deduceOperandElementTypeCalledFunction()903 Type *&KnownElemTy, bool IsPostprocessing) { in deduceOperandElementTypeFunctionPointer() argument[all …]