Searched defs:promote (Results 1 – 7 of 7) sorted by relevance
21 complex<long double> promote(complex<T> x) { return complex<long double>((long double)x.real(),(lo… in promote() function23 complex<long double> promote(float x) { return complex<long double>((long double)x); } in promote() function24 complex<long double> promote(double x) { return complex<long double>((long double)x); } in promote() function25 complex<long double> promote(long double x) { return complex<long double>((long double)x); } in promote() function
737 bool TIntermUnary::promote(TInfoSink&, const TType *funcReturnType) in promote() function in TIntermUnary799 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() function in TIntermBinary
416 void promote(NodeId NId, NodeMetadata& NMd) { in promote() function
527 void ICallPromotionFunc::promote(Instruction *Inst, Function *DirectCallee, in promote() function in ICallPromotionFunc
517 void promote() { in promote() function in thinlto::ThinLTOProcessing
516 void ThinLTOCodeGenerator::promote(Module &TheModule, in promote() function in ThinLTOCodeGenerator
5065 bool promote() { in promote() function in __anonebd7bfba0411::VectorPromoteHelper